summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dosish.h b/dosish.h
index dff759b309..98f8f998e6 100644
--- a/dosish.h
+++ b/dosish.h
@@ -71,8 +71,6 @@
*/
#if defined(WIN64) || defined(USE_LARGE_FILES)
# define Stat_t struct _stati64
-#elif defined(UNDER_CE)
-# define Stat_t struct xcestat
#else
# define Stat_t struct stat
#endif