summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libreofficekit/qa/tilebench/tilebench.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/libreofficekit/qa/tilebench/tilebench.cxx b/libreofficekit/qa/tilebench/tilebench.cxx
index edb6889a46c6..9e2e550fb291 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 ||
04aa721cf7b1f3ce1120f84f89429479'>everything is independent from vos these days...Michael Stahl 2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann 2014-07-29s_mapInterface must match uno_MapInterfaceFuncStephan Bergmann 2014-07-11new loplugin: externalandnotdefinedNoel Grandin 2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara 2014-07-01clang scan-build: various warningsCaolán McNamara 2014-06-27fix comment and tiny optimisation for shutdown.Michael Meeks 2014-06-26OSL_ENSURE->assertCaolán McNamara 2014-06-05cppu: remove SAL_THROW macroNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin