remove a dead method.
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 20:26:53 +0000 (20:26 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 20:26:53 +0000 (20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62354 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Assembly/Parser.h

index 17484aee34ee0bf44a51c5e4449d13994d9fef30..e4a38e41b67aeb6c1917161d55595c70f5039057 100644 (file)
@@ -61,12 +61,7 @@ public:
 
   void setFilename(const std::string &F) { Filename = F; }
   
-  // getMessage - Return the message passed in at construction time plus extra
-  // information extracted from the options used to parse with...
-  //
-  const std::string getMessage() const;
-
-  inline const std::string &getRawMessage() const {   // Just the raw message...
+  inline const std::string &getRawMessage() const {   // Just the raw message.
     return Message;
   }