From a9de001d3abf32bdc3a3b0942cca6790d10bbd78 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 15 Oct 2015 01:15:26 +0000 Subject: [PATCH] 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 --- lib/ExecutionEngine/Interpreter/Interpreter.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1