summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 0244e567d..e5cb9205f 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -137,16 +137,6 @@
# endif
#endif /* __GNUC__ || __clang__ */
-#if defined __has_attribute
-# if __has_attribute (access)
-# define NOACCESS(args) __attribute__ ((access (none, args)))
-# else
-# define NOACCESS(args)
-# endif
-#else
-# define NOACCESS(args)
-#endif
-
#if defined(__WATCOMC__)
# define NORETURN
# define CDECL