summaryrefslogtreecommitdiff
path: root/src/w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/w32.c b/src/w32.c
index 7a39a617ee3..230479cd61a 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -3785,12 +3785,6 @@ get_rid (PSID sid)
/* Caching SID and account values for faster lokup. */
-#ifdef __GNUC__
-# define FLEXIBLE_ARRAY_MEMBER
-#else
-# define FLEXIBLE_ARRAY_MEMBER 1
-#endif
-
struct w32_id {
unsigned rid;
struct w32_id *next;