From ce4e6ee6717b9480055d1f7860770846bb1153da Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 21 Aug 2003 22:22:24 +0000 Subject: [PATCH] Remove commented out declaration llvm-svn: 8032 --- llvm/projects/sample/Makefile.common | 6 ------ 1 file changed, 6 deletions(-) diff --git a/llvm/projects/sample/Makefile.common b/llvm/projects/sample/Makefile.common index 7aa0ef9f0d73..9b34d8752726 100644 --- a/llvm/projects/sample/Makefile.common +++ b/llvm/projects/sample/Makefile.common @@ -3,12 +3,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. #