summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TableGenBackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/TableGen/TableGenBackend.h')
-rw-r--r--llvm/utils/TableGen/TableGenBackend.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/utils/TableGen/TableGenBackend.h b/llvm/utils/TableGen/TableGenBackend.h
index 6f6fe462628..109bc9f9ae8 100644
--- a/llvm/utils/TableGen/TableGenBackend.h
+++ b/llvm/utils/TableGen/TableGenBackend.h
@@ -36,9 +36,6 @@ public: // Useful helper routines...
/// ostream.
void EmitSourceFileHeader(const std::string &Desc, std::ostream &OS) const;
- /// getQualifiedName - Return the name of the specified record, with a
- /// namespace qualifier if the record contains one.
- std::string getQualifiedName(Record *R) const;
};
} // End llvm namespace
OpenPOWER on IntegriCloud