OSDN Git Service

zap dead method
authorChris Lattner <sabre@nondot.org>
Sat, 28 Aug 2010 03:42:45 +0000 (03:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Aug 2010 03:42:45 +0000 (03:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112352 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/ClangAttrEmitter.cpp

index 74ff668..8d3399a 100644 (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";