1
0
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:
Chris Lattner 2010-08-28 03:42:45 +00:00
parent fc1da78d16
commit faae20ef23

View File

@ -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";