Index: trunk/phase3/maintenance/mergeMessageFileList.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | } |
18 | 18 | |
19 | 19 | public function execute() { |
20 | | - global $IP, $mmfl; |
| 20 | + global $mmfl; |
21 | 21 | if ( !$this->hasOption( 'list-file' ) ) { |
22 | 22 | $this->error( 'The --list-file option must be specified.' ); |
23 | 23 | return; |
Index: trunk/phase3/includes/Licenses.php |
— | — | @@ -69,8 +69,6 @@ |
70 | 70 | } |
71 | 71 | |
72 | 72 | protected function trimStars( $str ) { |
73 | | - $i = $count = 0; |
74 | | - |
75 | 73 | $numStars = strspn( $str, '*' ); |
76 | 74 | return array( $numStars, ltrim( substr( $str, $numStars ), ' ' ) ); |
77 | 75 | } |