PrintSpecial() can go away now.

llvm-svn: 115376
This commit is contained in:
Jim Grosbach 2010-10-01 23:27:48 +00:00
parent 83a5ec8fe0
commit ff1751c0a6
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ public:
void printNEONModImmOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
void printPCLabel(const MCInst *MI, unsigned OpNum, raw_ostream &O);
void PrintSpecial(const MCInst *MI, raw_ostream &O, const char *Kind) {}
};
}