From: Martin Matuska Date: Mon, 24 Jul 2023 11:35:33 +0000 (+0200) Subject: unzip: remove optreset from bsdunzip_platform.h X-Git-Tag: v3.7.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78687746c5a7bdc1e4cf1049526ef0c9e7892187;p=thirdparty%2Flibarchive.git unzip: remove optreset from bsdunzip_platform.h --- diff --git a/unzip/bsdunzip_platform.h b/unzip/bsdunzip_platform.h index 5aff5f208..76eca4f90 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