summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pjlib-util/include/pjlib-util/getopt.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/pjlib-util/include/pjlib-util/getopt.h b/pjlib-util/include/pjlib-util/getopt.h
index bb8c673e..013a7ab5 100644
--- a/pjlib-util/include/pjlib-util/getopt.h
+++ b/pjlib-util/include/pjlib-util/getopt.h
@@ -48,11 +48,6 @@ extern char *pj_optarg;
extern int pj_optind;
-/* Callers store zero here to inhibit the error message `pj_getopt' prints
- for unrecognized options. */
-
-extern int pj_opterr;
-
/* Set to an option character which was unrecognized. */
extern int pj_optopt;