aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-11-09 20:45:06 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-11-09 20:45:06 +0000
commit612dcc3c6b9ccf498b65fe9504e16e62181bdd14 (patch)
tree0502618bd610b087a3436c4c1e96e0d82d071b22 /dumpcap.c
parent30cee9900941e991a3c52285dbdd0751b13a0254 (diff)
As reported by Michael Speck:
Removed last occurrences of USE_THREADS. svn path=/trunk/; revision=39775
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 88699edd20..e7b5980c14 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -3748,12 +3748,7 @@ main(int argc, char *argv[])
#define OPTSTRING_d ""
#endif
-#ifdef USE_THREADS
-#define OPTSTRING_t "t"
-#else
-#define OPTSTRING_t ""
-#endif
-#define OPTSTRING "a:" OPTSTRING_A "b:" OPTSTRING_B "c:" OPTSTRING_d "Df:ghi:" OPTSTRING_I "L" OPTSTRING_m "MnpPq" OPTSTRING_r "Ss:" OPTSTRING_t OPTSTRING_u "vw:y:Z:"
+#define OPTSTRING "a:" OPTSTRING_A "b:" OPTSTRING_B "c:" OPTSTRING_d "Df:ghi:" OPTSTRING_I "L" OPTSTRING_m "MnpPq" OPTSTRING_r "Ss:t" OPTSTRING_u "vw:y:Z:"
#ifdef DEBUG_CHILD_DUMPCAP
if ((debug_log = ws_fopen("dumpcap_debug_log.tmp","w")) == NULL) {