diff options
Diffstat (limited to 'gcc/f/info.c')
-rw-r--r-- | gcc/f/info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/f/info.c b/gcc/f/info.c index 399860e..05a6e26 100644 --- a/gcc/f/info.c +++ b/gcc/f/info.c @@ -256,7 +256,6 @@ ffeinfo_type (ffeinfoBasictype basictype, ffeinfoKindtype kindtype) { assert (basictype < FFEINFO_basictype); assert (kindtype < FFEINFO_kindtype); - assert (ffeinfo_types_[basictype][kindtype] != NULL); return ffeinfo_types_[basictype][kindtype]; } |