summaryrefslogtreecommitdiff
path: root/gcc/f/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/global.h')
-rw-r--r--gcc/f/global.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/f/global.h b/gcc/f/global.h
index 70c704df0c5..d0ac871b71c 100644
--- a/gcc/f/global.h
+++ b/gcc/f/global.h
@@ -55,7 +55,6 @@ typedef enum
FFEGLOBAL_argsummarySUBR, /* Subroutine (intrinsic, external). */
FFEGLOBAL_argsummaryFUNC, /* Function (intrinsic, external). */
FFEGLOBAL_argsummaryALTRTN, /* Alternate-return (label). */
- FFEGLOBAL_argsummaryPTR, /* Pointer (%LOC, LOC()). */
FFEGLOBAL_argsummaryANY,
FFEGLOBAL_argsummary
} ffeglobalArgSummary;