[compiler-rt] r208464 - InstrProf: Remove redundant declaration

Duncan P. N. Exon Smith dexonsmith at apple.com
Fri May 9 17:22:58 PDT 2014


Author: dexonsmith
Date: Fri May  9 19:22:58 2014
New Revision: 208464

URL: http://llvm.org/viewvc/llvm-project?rev=208464&view=rev
Log:
InstrProf: Remove redundant declaration

Modified:
    compiler-rt/trunk/lib/profile/InstrProfilingRuntime.cc

Modified: compiler-rt/trunk/lib/profile/InstrProfilingRuntime.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfilingRuntime.cc?rev=208464&r1=208463&r2=208464&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfilingRuntime.cc (original)
+++ compiler-rt/trunk/lib/profile/InstrProfilingRuntime.cc Fri May  9 19:22:58 2014
@@ -11,7 +11,6 @@ extern "C" {
 
 #include "InstrProfiling.h"
 
-extern int __llvm_profile_runtime;
 int __llvm_profile_runtime;
 
 }





More information about the llvm-commits mailing list