mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-05 10:27:02 +00:00
remove a dead method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9029cb8363
commit
a21a8607e4
@ -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…
Reference in New Issue
Block a user