[Libreoffice-commits] core.git: libreofficekit/qa

Stephan Bergmann sbergman at redhat.com
Wed Oct 1 23:27:53 PDT 2014


 libreofficekit/qa/tilebench/tilebench.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 04882a0a0939ce79d3e190504f39a81257cd4227
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Oct 2 08:27:12 2014 +0200

    loplugin:unreffun
    
    Change-Id: I99da68d2003e01bbc4e8dd9ff6ab943d8ea156ca

diff --git a/libreofficekit/qa/tilebench/tilebench.cxx b/libreofficekit/qa/tilebench/tilebench.cxx
index edb6889..9e2e550 100644
--- a/libreofficekit/qa/tilebench/tilebench.cxx
+++ b/libreofficekit/qa/tilebench/tilebench.cxx
@@ -45,8 +45,6 @@ int main( int argc, char* argv[] )
         TimeRecord() : mpName(NULL), mfTime(getTimeNow()) { }
         explicit TimeRecord(const char *pName) :
                        mpName(pName ), mfTime(getTimeNow()) { }
-        explicit TimeRecord(const TimeRecord *pSrc) :
-                       mpName(pSrc->mpName), mfTime(pSrc->mfTime) { }
     };
     std::vector< TimeRecord > aTimes;
     if( argc < 2 ||


More information about the Libreoffice-commits mailing list