diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-21 22:22:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-21 22:22:24 +0000 |
commit | c137b3043fea7dd88daf0bac24dd5727268860a8 (patch) | |
tree | c5204fd154ad18577be82a381f5c387c52e6c7ad /projects/sample | |
parent | 318efded12bbf298f02d41cf34f318ea963ecb91 (diff) | |
download | external_llvm-c137b3043fea7dd88daf0bac24dd5727268860a8.zip external_llvm-c137b3043fea7dd88daf0bac24dd5727268860a8.tar.gz external_llvm-c137b3043fea7dd88daf0bac24dd5727268860a8.tar.bz2 |
Remove commented out declaration
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8032 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample')
-rw-r--r-- | projects/sample/Makefile.common | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/projects/sample/Makefile.common b/projects/sample/Makefile.common index 7aa0ef9..9b34d87 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 |