[Lldb-commits] [lldb] r202271 - remove useless declaration. Triggers 20 warnings on http://buildd-clang.debian.net/scan-build/
Sylvestre Ledru
sylvestre at debian.org
Wed Feb 26 08:01:37 PST 2014
Author: sylvestre
Date: Wed Feb 26 10:01:37 2014
New Revision: 202271
URL: http://llvm.org/viewvc/llvm-project?rev=202271&view=rev
Log:
remove useless declaration. Triggers 20 warnings on http://buildd-clang.debian.net/scan-build/
Modified:
lldb/trunk/include/lldb/Core/ModuleSpec.h
Modified: lldb/trunk/include/lldb/Core/ModuleSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/ModuleSpec.h?rev=202271&r1=202270&r2=202271&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/ModuleSpec.h (original)
+++ lldb/trunk/include/lldb/Core/ModuleSpec.h Wed Feb 26 10:01:37 2014
@@ -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;
}
}
More information about the lldb-commits
mailing list