From: Dan Gohman Date: Tue, 1 Jun 2010 17:26:14 +0000 (+0000) Subject: Delete unused variables (that weren't even getting expanded). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=426b06d808e6b448e0c00c2407e2a28f430bd25d;p=oota-llvm.git 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 --- diff --git a/Makefile.config.in b/Makefile.config.in index 6c0e5e98983..d073e9b79a6 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).