mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-15 16:07:49 +00:00
Remove dead code
llvm-svn: 2473
This commit is contained in:
parent
ef7f8fc474
commit
728a84e0f7
@ -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.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user