Get rid of now unused variable.

svn path=/trunk/; revision=46223
This commit is contained in:
Anders Broman 2012-11-27 14:42:28 +00:00
parent e5e3373e9d
commit 55a7c0f646
1 changed files with 0 additions and 1 deletions

View File

@ -1706,7 +1706,6 @@ packet_list_return_all_comments(GtkTextBuffer *buffer)
guint32 framenum;
frame_data *fdata;
gchar *buf_str;
wtapng_section_t* shb_inf = NULL;
for (framenum = 1; framenum <= cfile.count ; framenum++) {
fdata = frame_data_sequence_find(cfile.frames, framenum);