From 2c38413b3f5420f45f2f8220b21862246d446dd0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Aug 2004 03:08:28 +0000 Subject: Do not #include files into the llvm namespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15849 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/TableGenBackend.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'utils/TableGen/TableGenBackend.h') 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; -- cgit v1.1