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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168499 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/AddressSanitizer.cpp

index 61ddc08dd619d6319ab7c494473718c6dd171d3c..4e05c3200ceb43987795f329ed4a508ef07a3fb3 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;