remove obsolete comment
authorChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2004 07:59:22 +0000 (07:59 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Feb 2004 07:59:22 +0000 (07:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11872 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Interpreter/Interpreter.h

index ce5285e3523991532d50e049c8a59a57e4d0b8f5..cc17e99a96729348c7b11d777e64e71133c9da73 100644 (file)
@@ -24,7 +24,7 @@
 
 namespace llvm {
 
-struct FunctionInfo;        // Defined in ExecutionAnnotations.h
+struct FunctionInfo;
 class gep_type_iterator;
 class ConstantExpr;