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 | ce4e6ee6717b9480055d1f7860770846bb1153da (patch) | |
tree | 9d3cfd3594ecce84114afda782efd110a94e85a2 /llvm/projects/sample | |
parent | 1430522e2d56be9f4a3528f11b19cedd720c8024 (diff) | |
download | bcm5719-llvm-ce4e6ee6717b9480055d1f7860770846bb1153da.tar.gz bcm5719-llvm-ce4e6ee6717b9480055d1f7860770846bb1153da.zip |
Remove commented out declaration
llvm-svn: 8032
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r-- | llvm/projects/sample/Makefile.common | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/projects/sample/Makefile.common b/llvm/projects/sample/Makefile.common index 7aa0ef9f0d7..9b34d875272 100644 --- a/llvm/projects/sample/Makefile.common +++ b/llvm/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 |