llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp: Prune AddressSanitizerCreat...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 22 Nov 2012 14:18:25 +0000 (14:18 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 22 Nov 2012 14:18:25 +0000 (14:18 +0000)
llvm-svn: 168499

llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp

index 61ddc08..4e05c32 100644 (file)
@@ -256,7 +256,6 @@ class AddressSanitizerCreateGlobalRedzonesPass {
   void createInitializerPoisonCalls(Module &M, Value *FirstAddr,
                                     Value *LastAddr);
 
-  static char ID;  // Pass identification, replacement for typeid
   OwningPtr<BlackList> BL;
   SetOfDynamicallyInitializedGlobals DynamicallyInitializedGlobals;
   Type *IntptrTy;