Remove unused array

This commit is contained in:
Brian Miyaji
2014-03-12 13:56:33 +11:00
parent 8b7850eaa2
commit 73aa12ee55

View File

@@ -104,8 +104,6 @@ if ( class_exists( 'WP_Importer' ) ) {
die();
endif;
$new_rates = array();
ini_set( 'auto_detect_line_endings', '1' );
if ( ( $handle = fopen( $file, "r" ) ) !== FALSE ):