[llvm-commits] [llvm] r62354 - /llvm/trunk/include/llvm/Assembly/Parser.h
Chris Lattner
sabre at nondot.org
Fri Jan 16 12:26:53 PST 2009
Author: lattner
Date: Fri Jan 16 14:26:53 2009
New Revision: 62354
URL: http://llvm.org/viewvc/llvm-project?rev=62354&view=rev
Log:
remove a dead method.
Modified:
llvm/trunk/include/llvm/Assembly/Parser.h
Modified: llvm/trunk/include/llvm/Assembly/Parser.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Assembly/Parser.h?rev=62354&r1=62353&r2=62354&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Assembly/Parser.h (original)
+++ llvm/trunk/include/llvm/Assembly/Parser.h Fri Jan 16 14:26:53 2009
@@ -61,12 +61,7 @@
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;
}
More information about the llvm-commits
mailing list