aboutsummaryrefslogtreecommitdiff
path: root/unzip/bsdunzip_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'unzip/bsdunzip_platform.h')
-rw-r--r--unzip/bsdunzip_platform.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/unzip/bsdunzip_platform.h b/unzip/bsdunzip_platform.h
index 5aff5f208eab..76eca4f90902 100644
--- a/unzip/bsdunzip_platform.h
+++ b/unzip/bsdunzip_platform.h
@@ -62,14 +62,6 @@
#include "archive_entry.h"
#endif
-#ifndef HAVE_GETOPT_OPTRESET
-/*
- * If platform doesn't use optreset for resetting getopt, declare it so
- * C source doesn't have to know this platform-specific difference
- */
-int optreset;
-#endif
-
/* How to mark functions that don't return. */
/* This facilitates use of some newer static code analysis tools. */
#undef __LA_DEAD