remove a dead annotation
[oota-llvm.git] / lib / VMCore / InlineAsm.cpp
index e3634e2be539d8e296c09e6e933dff171db936e1..949e7b053a8fb74906ff43ab49144fdb290e8355 100644 (file)
@@ -212,4 +212,3 @@ bool InlineAsm::Verify(const FunctionType *Ty, const std::string &ConstStr) {
   return true;
 }
 
-DEFINING_FILE_FOR(InlineAsm)