diff mbox

[Ada] Remove redundant define

Message ID 2195534.KWHGqAplTA@polaris
State New
Headers show

Commit Message

Eric Botcazou Nov. 18, 2013, 10:16 a.m. UTC
Tested on x86_64-suse-linux, applied on the mainline.


2013-11-18  Eric Botcazou  <ebotcazou@adacore.com>

	* gcc-interface/trans.c (TARGET_ABI_OPEN_VMS): Delete as redundant.
diff mbox

Patch

Index: gcc-interface/trans.c
===================================================================
--- gcc-interface/trans.c	(revision 204943)
+++ gcc-interface/trans.c	(working copy)
@@ -66,12 +66,6 @@ 
    instead.  */
 #define ALLOCA_THRESHOLD 1000
 
-/* Let code below know whether we are targeting VMS without need of
-   intrusive preprocessor directives.  */
-#ifndef TARGET_ABI_OPEN_VMS
-#define TARGET_ABI_OPEN_VMS 0
-#endif
-
 /* In configurations where blocks have no end_locus attached, just
    sink assignments into a dummy global.  */
 #ifndef BLOCK_SOURCE_END_LOCATION