diff options
Diffstat (limited to 'support/tools/TableGen/TableGenBackend.h')
-rw-r--r-- | support/tools/TableGen/TableGenBackend.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/support/tools/TableGen/TableGenBackend.h b/support/tools/TableGen/TableGenBackend.h index bd13203..8dfbadd 100644 --- a/support/tools/TableGen/TableGenBackend.h +++ b/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 |