* useless calls to tableName
[lhc/web/wiklou.git] / includes / StreamFile.php
index 0c44bb9..eb7266e 100644 (file)
@@ -3,7 +3,6 @@
 
 /** */
 function wfStreamFile( $fname ) {
-       global $wgSquidMaxage;
        $stat = @stat( $fname );
        if ( !$stat ) {
                header( 'HTTP/1.0 404 Not Found' );