summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-06-01 17:26:14 +0000
committerDan Gohman <gohman@apple.com>2010-06-01 17:26:14 +0000
commit426b06d808e6b448e0c00c2407e2a28f430bd25d (patch)
tree10be685fbe26b63d5307e2b5c4fb73e77be719c8 /Makefile.config.in
parentf4ef72e51950cb32153c3435af1e24c876db9715 (diff)
downloadllvm-426b06d808e6b448e0c00c2407e2a28f430bd25d.tar.gz
llvm-426b06d808e6b448e0c00c2407e2a28f430bd25d.tar.bz2
llvm-426b06d808e6b448e0c00c2407e2a28f430bd25d.tar.xz
Delete unused variables (that weren't even getting expanded).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 6c0e5e9898..d073e9b79a 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -320,12 +320,6 @@ endif
# Location of the plugin header file for gold.
BINUTILS_INCDIR := @BINUTILS_INCDIR@
-C_INCLUDE_DIRS := @C_INCLUDE_DIRS@
-CXX_INCLUDE_ROOT := @CXX_INCLUDE_ROOT@
-CXX_INCLUDE_ARCH := @CXX_INCLUDE_ARCH@
-CXX_INCLUDE_32BIT_DIR = @CXX_INCLUDE_32BIT_DIR@
-CXX_INCLUDE_64BIT_DIR = @CXX_INCLUDE_64BIT_DIR@
-
# When ENABLE_LLVMC_DYNAMIC is enabled, LLVMC will link libCompilerDriver
# dynamically. This is needed to make dynamic plugins work on some targets
# (Windows).