You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/04/30 15:28:34 UTC

svn commit: r1098108 - /subversion/trunk/get-deps.sh

Author: danielsh
Date: Sat Apr 30 13:28:33 2011
New Revision: 1098108

URL: http://svn.apache.org/viewvc?rev=1098108&view=rev
Log:
* get-deps.sh: Remove unused variables HTTPD_OOPS, APR_ICONV_OOPS.

($HTTPD and $APR_ICONV are unused too.)

Modified:
    subversion/trunk/get-deps.sh

Modified: subversion/trunk/get-deps.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/get-deps.sh?rev=1098108&r1=1098107&r2=1098108&view=diff
==============================================================================
--- subversion/trunk/get-deps.sh (original)
+++ subversion/trunk/get-deps.sh Sat Apr 30 13:28:33 2011
@@ -32,9 +32,7 @@ SQLITE_VERSION=3.7.3
 SQLITE=sqlite-amalgamation-$SQLITE_VERSION
 
 HTTPD=httpd-2.2.17
-HTTPD_OOPS=
 APR_ICONV=apr-iconv-1.2.1
-APR_ICONV_OOPS=
 
 BASEDIR=`pwd`
 TEMPDIR=$BASEDIR/temp