remove a dead annotation

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45163 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-12-18 19:04:24 +00:00
parent c6acc585b8
commit e395598c98
2 changed files with 0 additions and 4 deletions

View File

@ -132,7 +132,4 @@ public:
} // End llvm namespace
// Make sure the InlineAsm.cpp file is linked when this one is #included.
FORCE_DEFINING_FILE_TO_BE_LINKED(InlineAsm)
#endif

View File

@ -212,4 +212,3 @@ bool InlineAsm::Verify(const FunctionType *Ty, const std::string &ConstStr) {
return true;
}
DEFINING_FILE_FOR(InlineAsm)