forked from OSchip/llvm-project
remove useless declaration. Triggers 20 warnings on http://buildd-clang.debian.net/scan-build/
llvm-svn: 202271
This commit is contained in:
parent
743e2b2139
commit
f4733b159d
|
@ -370,7 +370,6 @@ public:
|
||||||
if (dumped_something)
|
if (dumped_something)
|
||||||
strm.PutCString(", ");
|
strm.PutCString(", ");
|
||||||
strm.Printf("object_mod_time = 0x%" PRIx64, m_object_mod_time.GetAsSecondsSinceJan1_1970());
|
strm.Printf("object_mod_time = 0x%" PRIx64, m_object_mod_time.GetAsSecondsSinceJan1_1970());
|
||||||
dumped_something = true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue