remove dead var

llvm-svn: 31436
This commit is contained in:
Chris Lattner 2006-11-03 23:50:15 +00:00
parent 9ac6442db6
commit 4fcc04a32a
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ def ptr_rc;
class Operand<ValueType ty> {
ValueType Type = ty;
string PrintMethod = "printOperand";
int NumMIOperands = 1;
dag MIOperandInfo = (ops);
}