aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/TableGenBackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen/TableGenBackend.h')
-rw-r--r--utils/TableGen/TableGenBackend.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/TableGen/TableGenBackend.h b/utils/TableGen/TableGenBackend.h
index 869d7e9..deeb385 100644
--- a/utils/TableGen/TableGenBackend.h
+++ b/utils/TableGen/TableGenBackend.h
@@ -36,10 +36,6 @@ public: // Useful helper routines...
/// ostream.
void EmitSourceFileHeader(const std::string &Desc, std::ostream &OS) const;
- /// EmitSourceFileTail - Output an LLVm styelf ile tail to the specified
- /// ostream.
- void EmitSourceFileTail( 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;