Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWriterOper...
[oota-llvm.git] / utils / TableGen / TableGenBackend.h
index 6f6fe46262819a11295007a58ee2188384df98f9..109bc9f9ae8d00e7f41db669388584c14274634c 100644 (file)
@@ -36,9 +36,6 @@ public:   // Useful helper routines...
   /// ostream.
   void EmitSourceFileHeader(const std::string &Desc, std::ostream &OS) const;
 
-  /// getQualifiedName - Return the name of the specified record, with a
-  /// namespace qualifier if the record contains one.
-  std::string getQualifiedName(Record *R) const;
 };
 
 } // End llvm namespace