summaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGenBackend.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-07 05:39:37 +0000
committerChris Lattner <sabre@nondot.org>2003-08-07 05:39:37 +0000
commit84a393bd0d1421cc32dd496616cd5c7294b488f8 (patch)
tree145ad7e2b4e3495eed3905a75a48dc07f5638916 /utils/TableGen/TableGenBackend.h
parent7884b750c33b750177b3f22af75c874c97f728d8 (diff)
downloadllvm-84a393bd0d1421cc32dd496616cd5c7294b488f8.tar.gz
llvm-84a393bd0d1421cc32dd496616cd5c7294b488f8.tar.bz2
llvm-84a393bd0d1421cc32dd496616cd5c7294b488f8.tar.xz
Eliminate now-dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7667 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TableGenBackend.h')
-rw-r--r--utils/TableGen/TableGenBackend.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/TableGen/TableGenBackend.h b/utils/TableGen/TableGenBackend.h
index bd132039b8..8dfbaddad1 100644
--- a/utils/TableGen/TableGenBackend.h
+++ b/utils/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