forked from OSchip/llvm-project
Fix build break: remove unused variable in FCFI.
llvm-svn: 221710
This commit is contained in:
parent
8ad4f498fb
commit
6312f4a422
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue