zap dead code.
authorChris Lattner <sabre@nondot.org>
Wed, 1 Sep 2010 16:04:34 +0000 (16:04 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 1 Sep 2010 16:04:34 +0000 (16:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112712 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index 14592b0709f4b1947046ce07b44e66a66f11b612..75e2a739bf1f8f62eea8591cba4559db3f55398b 100644 (file)
@@ -167,8 +167,8 @@ public:
 
   };
   
-  ARMOperand(KindTy K, SMLoc S, SMLoc E)
-    : Kind(K), StartLoc(S), EndLoc(E) {}
+  //ARMOperand(KindTy K, SMLoc S, SMLoc E)
+  //  : Kind(K), StartLoc(S), EndLoc(E) {}
   
   ARMOperand(const ARMOperand &o) : MCParsedAsmOperand() {
     Kind = o.Kind;