Kaydet (Commit) 04882a0a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: I99da68d2003e01bbc4e8dd9ff6ab943d8ea156ca
üst cee21bf9
......@@ -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 ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment