From: Richard Smith Date: Thu, 15 Oct 2015 01:15:26 +0000 (+0000) Subject: Fix -Wmismatched-tags error in modules build by removing unused forward declaration. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a9de001d3abf32bdc3a3b0942cca6790d10bbd78;p=oota-llvm.git Fix -Wmismatched-tags error in modules build by removing unused forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250355 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index bd813ac4900..2e5a867a200 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -26,7 +26,6 @@ namespace llvm { class IntrinsicLowering; -struct FunctionInfo; template class generic_gep_type_iterator; class ConstantExpr; typedef generic_gep_type_iterator gep_type_iterator;