From f4733b159def17ea6017bdccfb1be775e17d2269 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 26 Feb 2014 16:01:37 +0000 Subject: [PATCH] remove useless declaration. Triggers 20 warnings on http://buildd-clang.debian.net/scan-build/ llvm-svn: 202271 --- lldb/include/lldb/Core/ModuleSpec.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/include/lldb/Core/ModuleSpec.h b/lldb/include/lldb/Core/ModuleSpec.h index dfeb7b73ca37..855e083f4fd3 100644 --- a/lldb/include/lldb/Core/ModuleSpec.h +++ b/lldb/include/lldb/Core/ModuleSpec.h @@ -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; } }