1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

remove a dead method.

llvm-svn: 62354
This commit is contained in:
Chris Lattner 2009-01-16 20:26:53 +00:00
parent 0354d30311
commit 4ebfbc8e6c

View 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;
}