aboutsummaryrefslogtreecommitdiffstats
path: root/tap-camelsrt.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-12-08 01:08:48 +0000
committerGuy Harris <guy@alum.mit.edu>2006-12-08 01:08:48 +0000
commite34cc718853a8da7b76ddeb5eb95941afeffa4eb (patch)
tree4a61ddff259bf165a7f3eb8911838ea0dd45a0a2 /tap-camelsrt.c
parent6242fc7cd1d187846393a4e1bfd12ed474d99631 (diff)
Add the StatSRT flags to the header file, rather than declaring them in
all modules that use them. svn path=/trunk/; revision=20068
Diffstat (limited to 'tap-camelsrt.c')
-rw-r--r--tap-camelsrt.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tap-camelsrt.c b/tap-camelsrt.c
index 85b634a558..ff7e4f368d 100644
--- a/tap-camelsrt.c
+++ b/tap-camelsrt.c
@@ -60,12 +60,6 @@ struct camelsrt_t {
nstime_t delta_time[NB_CAMELSRT_CATEGORY][NUM_RAS_STATS];
};
-/* Check if we have to inhibit the display or not
- * cannot be static because it's exported in libwireshark.def
- */
-gboolean gcamel_StatSRT;
-gboolean gtcap_StatSRT;
-
/* Reset the counter */
static void camelsrt_reset(void *phs)
{