diff options
Diffstat (limited to 'llvm/support/tools/TableGen/TableGenBackend.h')
| -rw-r--r-- | llvm/support/tools/TableGen/TableGenBackend.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/support/tools/TableGen/TableGenBackend.h b/llvm/support/tools/TableGen/TableGenBackend.h index bd132039b86..8dfbaddad16 100644 --- a/llvm/support/tools/TableGen/TableGenBackend.h +++ b/llvm/support/tools/TableGen/TableGenBackend.h @@ -29,9 +29,6 @@ public: // Useful helper routines... /// getQualifiedName - Return the name of the specified record, with a /// namespace qualifier if the record contains one. std::string getQualifiedName(Record *R) const; - - /// getTarget - Return the current instance of the Target class. - Record *getTarget(RecordKeeper &RC) const; }; #endif |

