From: Tom Roeder Date: Tue, 11 Nov 2014 21:26:33 +0000 (+0000) Subject: Fix build break: remove unused variable in FCFI. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=15d6f7c3cc53262a9d06d0e4e1d963615fc81a59 Fix build break: remove unused variable in FCFI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221710 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ForwardControlFlowIntegrity.cpp b/lib/CodeGen/ForwardControlFlowIntegrity.cpp index 679faeffefc..5e7e853707d 100644 --- a/lib/CodeGen/ForwardControlFlowIntegrity.cpp +++ b/lib/CodeGen/ForwardControlFlowIntegrity.cpp @@ -81,7 +81,6 @@ static bool isIndirectCall(CallSite &CS) { } static const char cfi_failure_func_name[] = "__llvm_cfi_pointer_warning"; -static const char cfi_func_name_prefix[] = "__llvm_cfi_function_"; ForwardControlFlowIntegrity::ForwardControlFlowIntegrity() : ModulePass(ID), IndirectCalls(), JTType(JumpTable::Single),