Get rid of a calculation whose result is not used.

Change-Id: Ic481636d35953476b26be15d169f22e6db149828
Reviewed-on: https://code.wireshark.org/review/25676
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-02-07 19:15:13 -08:00
parent 18bbdb478e
commit e5ac9e4cf0
1 changed files with 0 additions and 7 deletions

7
file.c
View File

@ -1248,13 +1248,6 @@ merge_callback(merge_event event, int num _U_,
case MERGE_EVENT_RECORD_WAS_READ:
{
gint64 data_offset = 0;
/* Get the sum of the data offsets in all of the files. */
data_offset = 0;
for (i = 0; i < in_file_count; i++)
data_offset += in_files[i].data_offset;
/* Create the progress bar if necessary.
We check on every iteration of the loop, so that it takes no
longer than the standard time to create it (otherwise, for a