Remove dead code.
[oota-llvm.git] / utils / TableGen / AsmWriterInst.cpp
index 5d9ead10b361d6dc5bc46cc0c44683c834f47bd2..6ddc510473ed5c0bccc878805d568c28f2923e2b 100644 (file)
@@ -48,9 +48,7 @@ std::string AsmWriterOperand::getCode() const {
 /// ParseAsmString - Parse the specified Instruction's AsmString into this
 /// AsmWriterInst.
 ///
-AsmWriterInst::AsmWriterInst(const CodeGenInstruction &CGI,
-                             unsigned Variant,
-                             int OperandSpacing) {
+AsmWriterInst::AsmWriterInst(const CodeGenInstruction &CGI, unsigned Variant) {
   this->CGI = &CGI;
 
   // NOTE: Any extensions to this code need to be mirrored in the