summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfiling.c
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-09-22 21:12:40 +0000
committerXinliang David Li <davidxl@google.com>2016-09-22 21:12:40 +0000
commita38f0712827c58eaa66ff956b960ad75acc34820 (patch)
treeaf4390b1f1d62a2913e5e611922edce7eb356695 /lib/profile/InstrProfiling.c
parent3687fff19a73fc96c19fc19587a80b283af49664 (diff)
[Profile] Remove unused variable
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@282198 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfiling.c')
-rw-r--r--lib/profile/InstrProfiling.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/profile/InstrProfiling.c b/lib/profile/InstrProfiling.c
index 1dcd05b64..6828a3d27 100644
--- a/lib/profile/InstrProfiling.c
+++ b/lib/profile/InstrProfiling.c
@@ -16,7 +16,6 @@
#define INSTR_PROF_VALUE_PROF_DATA
#include "InstrProfData.inc"
-COMPILER_RT_VISIBILITY char *(*GetEnvHook)(const char *) = 0;
COMPILER_RT_WEAK uint64_t INSTR_PROF_RAW_VERSION_VAR = INSTR_PROF_RAW_VERSION;