mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
zap dead method
llvm-svn: 112352
This commit is contained in:
parent
fc1da78d16
commit
faae20ef23
@ -98,8 +98,6 @@ namespace {
|
||||
: Argument(Arg, Attr), type(T)
|
||||
{}
|
||||
|
||||
std::string getType() const { return type; }
|
||||
|
||||
void writeAccessors(raw_ostream &OS) const {
|
||||
OS << " " << type << " get" << getUpperName() << "() const {\n";
|
||||
OS << " return " << getLowerName() << ";\n";
|
||||
|
Loading…
Reference in New Issue
Block a user