remove useless declaration. Triggers 20 warnings on http://buildd-clang.debian.net/scan-build/

llvm-svn: 202271
This commit is contained in:
Sylvestre Ledru 2014-02-26 16:01:37 +00:00
parent 743e2b2139
commit f4733b159d
1 changed files with 0 additions and 1 deletions

View File

@ -370,7 +370,6 @@ public:
if (dumped_something)
strm.PutCString(", ");
strm.Printf("object_mod_time = 0x%" PRIx64, m_object_mod_time.GetAsSecondsSinceJan1_1970());
dumped_something = true;
}
}