From ad0d21945c206896c2f397a6665e1ef0e77bb595 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 15 Mar 2005 15:29:47 +0000 Subject: [PATCH] Remove unused code, PR 34018 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277986 13f79535-47bb-0310-9956-ffa450edef68 --- src/script/ant | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/script/ant b/src/script/ant index 57c1e2a0a..b646c9a5b 100644 --- a/src/script/ant +++ b/src/script/ant @@ -87,15 +87,6 @@ case "`uname`" in esac if [ -z "$ANT_HOME" -o ! -d "$ANT_HOME" ] ; then - # try to find ANT - if [ -d /opt/ant ] ; then - ANT_HOME=/opt/ant - fi - - if [ -d "${HOME}/opt/ant" ] ; then - ANT_HOME="${HOME}/opt/ant" - fi - ## resolve links - $0 may be a link to ant's home PRG="$0" progname=`basename "$0"`