From 18a3ce1c9bd767e88d426cf618441a3313888473 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 16 Nov 2022 10:05:37 +0900 Subject: common: Remove Windows CE support in common. * common/Makefile.am (HAVE_W32CE_SYSTEM): Remove conditional build. (common_sources): Remove exechelp-w32ce.c. * common/asshelp.c [HAVE_W32CE_SYSTEM]: Remove the support. * common/common-defs.h [HAVE_W32CE_SYSTEM]: Likewise. * common/dotlock.c [HAVE_W32CE_SYSTEM]: Likewise. * common/exechelp-posix.c [HAVE_W32CE_SYSTEM]: Likewise. * common/exechelp-w32.c [HAVE_W32CE_SYSTEM]: Likewise. * common/gettime.c [HAVE_W32CE_SYSTEM]: Likewise. * common/exechelp-w32ce.c: Remove. * po/POTFILES.in: Update to remove common/exechelp-w32ce.c. -- Signed-off-by: NIIBE Yutaka --- common/dotlock.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/dotlock.c') diff --git a/common/dotlock.c b/common/dotlock.c index 80d80deec..ab0a5a6a3 100644 --- a/common/dotlock.c +++ b/common/dotlock.c @@ -209,8 +209,6 @@ EXTSEP_S - Separation string for file name suffixes. Usually not redefined. - HAVE_W32CE_SYSTEM - Currently only used by GnuPG. - Note that there is a test program t-dotlock which has compile instructions at its end. At least for SMBFS and CIFS it is important that 64 bit versions of stat are used; most programming @@ -314,9 +312,6 @@ # include "common-defs.h" # include "stringhelp.h" /* For stpcpy and w32_strerror. */ #endif -#ifdef HAVE_W32CE_SYSTEM -# include "utf8conv.h" /* WindowsCE requires filename conversion. */ -#endif #include "dotlock.h" -- cgit v1.2.3