Remove unused varable:

iseries.c:305: warning: unused variable 'tcpformat'

svn path=/trunk/; revision=37467
This commit is contained in:
Anders Broman 2011-05-29 19:50:55 +00:00
parent 3e1baff3b5
commit 780978a58d
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ iseries_check_file_type (wtap * wth, int *err, gchar **err_info, int format)
{
guint line;
int num_items_scanned;
char buf[ISERIES_LINE_LENGTH], protocol[9], type[5], work[2], tcpformat[2] = "";
char buf[ISERIES_LINE_LENGTH], protocol[9], type[5], work[2] = "";
iseries_t *iseries;
/* Save trace format for passing between packets */