From 93e9bb0864478874c7e976aa0475e56d1b5501cf Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 15 Oct 2015 01:15:26 +0000 Subject: Fix -Wmismatched-tags error in modules build by removing unused forward declaration. llvm-svn: 250355 --- llvm/lib/ExecutionEngine/Interpreter/Interpreter.h | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/ExecutionEngine/Interpreter') diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h index bd813ac4900..2e5a867a200 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/llvm/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; -- cgit v1.2.3