Follow up r69643. Remove unused global.
authorPlatonides <platonides@users.mediawiki.org>
Sun, 25 Jul 2010 18:26:44 +0000 (18:26 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 25 Jul 2010 18:26:44 +0000 (18:26 +0000)
includes/normal/UtfNormalTest2.php

index 1ee542e..444e026 100644 (file)
@@ -62,7 +62,7 @@ assert_options(ASSERT_QUIET_EVAL, 1);
 assert_options(ASSERT_CALLBACK, 'my_assert');
 
 function my_assert( $file, $line, $code ) {
-       global $col, $count, $lineNo;
+       global $col, $lineNo;
        echo "Assertion that '$code' failed on line $lineNo ($col[5])\n";
 }
 
@@ -227,4 +227,4 @@ function getRow( $f ) {
        $ret[] = $c;
 
        return $ret;
-}
\ No newline at end of file
+}