Fix -Wmismatched-tags error in modules build by removing unused forward declaration.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 15 Oct 2015 01:15:26 +0000 (01:15 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 15 Oct 2015 01:15:26 +0000 (01:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250355 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Interpreter/Interpreter.h

index bd813ac4900703423424272cf8814f123ad864c1..2e5a867a200f0d8a18a5d59aa7be967c8a89874b 100644 (file)
@@ -26,7 +26,6 @@
 namespace llvm {
 
 class IntrinsicLowering;
-struct FunctionInfo;
 template<typename T> class generic_gep_type_iterator;
 class ConstantExpr;
 typedef generic_gep_type_iterator<User::const_op_iterator> gep_type_iterator;