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:
parent
0354d30311
commit
4ebfbc8e6c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user