OSDN Git Service

Remove commented out declaration
authorChris Lattner <sabre@nondot.org>
Thu, 21 Aug 2003 22:22:24 +0000 (22:22 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Aug 2003 22:22:24 +0000 (22:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8032 91177308-0d34-0410-b5e6-96231b3b80d8

projects/sample/Makefile.common

index 7aa0ef9..9b34d87 100644 (file)
@@ -4,12 +4,6 @@
 LLVM_SRC_ROOT = $(LEVEL)/../..
 
 #
-# Set this variable to the top level directory where LLVM was built
-# (this is *not* the same as OBJ_ROOT as defined in LLVM's Makefile.config).
-#
-#LLVM_OBJ_ROOT = $(LEVEL)/../..
-
-#
 # Include LLVM's Master Makefile.
 #
 include $(LLVM_SRC_ROOT)/Makefile.common