Index: trunk/extensions/Translate/SpecialLanguageStats.php |
— | — | @@ -206,11 +206,6 @@ |
207 | 207 | |
208 | 208 | } |
209 | 209 | |
210 | | - // FIXME: avoid division by 0. Should not happen, but core-mostused has this on Windows at the moment |
211 | | - if( !$total ) { |
212 | | - continue; |
213 | | - } |
214 | | - |
215 | 210 | // Skip if $suppressComplete and complete |
216 | 211 | if( $suppressComplete && !$fuzzy && $translated == $total ) { |
217 | 212 | continue; |