From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 06706385BC13; Wed, 3 Aug 2022 14:05:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 06706385BC13 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_S_IEXEC macro X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 8883f0ea394d204b33d86eee88e198047d3b5400 X-Git-Newrev: 7de1be0472a001573f80f94c1da89531175c830c Message-Id: <20220803140545.06706385BC13@sourceware.org> Date: Wed, 3 Aug 2022 14:05:45 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2022 14:05:45 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D7de1be0472a= 001573f80f94c1da89531175c830c commit 7de1be0472a001573f80f94c1da89531175c830c Author: Corinna Vinschen Date: Wed Aug 3 15:39:14 2022 +0200 Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_S_IEXEC macro =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/include/cygwin/version.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include= /cygwin/version.h index 393c96c30..8b9cbd7f3 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -34,9 +34,6 @@ details. */ #define CYGWIN_VERSION_USER_API_VERSION_COMBINED \ CYGWIN_VERSION_PER_PROCESS_API_VERSION_COMBINED (user_data) =20 -#define CYGWIN_VERSION_CHECK_FOR_S_IEXEC \ - (CYGWIN_VERSION_USER_API_VERSION_COMBINED >=3D 36) - #define CYGWIN_VERSION_CHECK_FOR_OLD_O_NONBLOCK \ (CYGWIN_VERSION_USER_API_VERSION_COMBINED <=3D 28)