Remove unused parameter 46/197746/1
authorjiyong.min <jiyong.min@samsung.com>
Wed, 16 Jan 2019 05:35:17 +0000 (14:35 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Wed, 16 Jan 2019 05:35:17 +0000 (14:35 +0900)
Change-Id: I3941e955c8fd5ce70cd146c2e7f47df32cebb397

src/scanner-v2/media-scanner-extract-v2.c

index a2a883c..5f8bfdc 100755 (executable)
@@ -146,7 +146,7 @@ int __msc_folder_bulk_extract(sqlite3 *handle, const char* storage_id, int stora
                g_array_remove_index(data_array, 0);
 
                g_mutex_lock(&decode_mutex);
-               tmp_ret = ms_update_one_extract_item(handle, storage_id, storage_type, db_data, burst);
+               tmp_ret = ms_update_one_extract_item(handle, storage_id, storage_type, db_data);
                g_mutex_unlock(&decode_mutex);
                if (tmp_ret == MS_MEDIA_ERR_NONE)
                        extract_count++;