Remove dead code
authorChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 03:03:09 +0000 (03:03 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 03:03:09 +0000 (03:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2473 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/llvmAsmParser.y

index d1feec81e1f30b8e8a36e9813c1e4de881477e07..f2eccf53e86d813ef2c192e251039756f78ed6e0 100644 (file)
@@ -1250,12 +1250,6 @@ ConstValueRef : ESINT64VAL {    // A reference to a direct constant
     $$ = ValID::createNull();
   }
 
-/*
-  | STRINGCONSTANT {        // Quoted strings work too... especially for methods
-    $$ = ValID::create_conststr($1);
-  }
-*/
-
 // SymbolicValueRef - Reference to one of two ways of symbolically refering to
 // another value.
 //