Unused code

This commit is contained in:
Kenneth Heafield 2011-11-28 12:04:04 +00:00
parent e1ed3b9d9a
commit 2b5ef4b33b

View File

@ -178,8 +178,6 @@ build-project moses-chart-cmd/src ;
#Scripts have their own binaries.
build-project scripts ;
install-location = [ option.get "install" : $(TOP)/dist ] ;
if [ option.get "git" : : "yes" ] {
local revision = [ _shell "git rev-parse --verify HEAD |head -c 7" ] ;
constant GITTAG : "/"$(revision) ;