From 7522a23693b11a4c277a475cdb3204a1d9ac5912 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Wed, 8 Aug 2012 17:13:20 +0200 Subject: Remove unused RUNTIME_NOSETUPFS var --- lib/base.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/base.php b/lib/base.php index c3887dec2f8..c5827064d75 100644 --- a/lib/base.php +++ b/lib/base.php @@ -401,9 +401,6 @@ class OC{ } // define runtime variables - unless this already has been done -if( !isset( $RUNTIME_NOSETUPFS )){ - $RUNTIME_NOSETUPFS = false; -} if( !isset( $RUNTIME_NOAPPS )){ $RUNTIME_NOAPPS = false; } -- cgit v1.2.3