aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'summary.c')
-rw-r--r--summary.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/summary.c b/summary.c
index 74f3874c58..565aff4dbf 100644
--- a/summary.c
+++ b/summary.c
@@ -230,12 +230,3 @@ summary_fill_in_capture(capture_file *cf,capture_options *capture_opts, summary_
}
}
#endif
-
-void
-summary_update_comment(capture_file *cf, gchar *comment)
-{
-
- /* Get info from SHB */
- wtap_write_shb_comment(cf->wth, comment);
-
-}