summaryrefslogtreecommitdiff
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/tshark.c b/tshark.c
index 02895135d4..2481db9817 100644
--- a/tshark.c
+++ b/tshark.c
@@ -71,7 +71,6 @@
#include <epan/addr_resolv.h>
#include "ui/util.h"
#include "clopts_common.h"
-#include "console_io.h"
#include "cmdarg_err.h"
#include "version_info.h"
#include <epan/plugins.h>
@@ -3977,26 +3976,6 @@ write_failure_message(const char *filename, int err)
}
/*
- * Print to the standard error. This is a command-line tool, so there's
- * no need to pop up a console.
- */
-void
-vfprintf_stderr(const char *fmt, va_list ap)
-{
- vfprintf(stderr, fmt, ap);
-}
-
-void
-fprintf_stderr(const char *fmt, ...)
-{
- va_list ap;
-
- va_start(ap, fmt);
- vfprintf_stderr(fmt, ap);
- va_end(ap);
-}
-
-/*
* Report an error in command-line arguments.
*/
void