You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2012/05/06 15:21:27 UTC

svn commit: r1334624 - /httpd/site/trunk/lib/path.pm

Author: joes
Date: Sun May  6 13:21:26 2012
New Revision: 1334624

URL: http://svn.apache.org/viewvc?rev=1334624&view=rev
Log:
nuke some cruft

Modified:
    httpd/site/trunk/lib/path.pm

Modified: httpd/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/httpd/site/trunk/lib/path.pm?rev=1334624&r1=1334623&r2=1334624&view=diff
==============================================================================
--- httpd/site/trunk/lib/path.pm (original)
+++ httpd/site/trunk/lib/path.pm Sun May  6 13:21:26 2012
@@ -1,8 +1,6 @@
 package path;
-use ASF::Value;
 
 # taken from django's url.py
-$localMode = 0;
 
 # Patterns should go from more restrictive matches to less restrictive.
 our @patterns = (
@@ -30,4 +28,4 @@ our @patterns = (
            "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
            KIND, either express or implied.  See the License for the
            specific language governing permissions and limitations
-           under the License.
\ No newline at end of file
+           under the License.