summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/sample/Makefile.common6
1 files changed, 0 insertions, 6 deletions
diff --git a/projects/sample/Makefile.common b/projects/sample/Makefile.common
index 7aa0ef9f0d..9b34d87527 100644
--- a/projects/sample/Makefile.common
+++ b/projects/sample/Makefile.common
@@ -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