From 426b06d808e6b448e0c00c2407e2a28f430bd25d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 1 Jun 2010 17:26:14 +0000 Subject: [PATCH] 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 --- Makefile.config.in | 6 ------ 1 file changed, 6 deletions(-) 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).