d: Remove the d_critsec_size target hook.
[gcc.git] / gcc / config / i386 / linux-common.h
index 1ae6b3f3939566fe269ee389b831430e16afbf30..982390d7f3e800e8d33b5fc2acb9645a0cff81cf 100644 (file)
@@ -30,9 +30,6 @@ along with GCC; see the file COPYING3.  If not see
 #define EXTRA_TARGET_D_OS_VERSIONS()           \
   ANDROID_TARGET_D_OS_VERSIONS();
 
-#define GNU_USER_TARGET_D_CRITSEC_SIZE         \
-  (TARGET_64BIT ? (POINTER_SIZE == 64 ? 40 : 32) : 24)
-
 #undef CC1_SPEC
 #define CC1_SPEC \
   LINUX_OR_ANDROID_CC (GNU_USER_TARGET_CC1_SPEC, \