* trans-types.c (gfc_get_dtype): Remove obsolete TODO.
From-SVN: r90676
This commit is contained in:
parent
e77ee95db8
commit
c4759ce320
@ -1,3 +1,7 @@
|
||||
2004-11-15 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* trans-types.c (gfc_get_dtype): Remove obsolete TODO.
|
||||
|
||||
2004-11-10 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
PR fortran/18375
|
||||
|
@ -860,7 +860,6 @@ gfc_get_dtype (tree type, int rank)
|
||||
if (GFC_DESCRIPTOR_TYPE_P (type) || GFC_ARRAY_TYPE_P (type))
|
||||
return (GFC_TYPE_ARRAY_DTYPE (type));
|
||||
|
||||
/* TODO: Correctly identify LOGICAL types. */
|
||||
switch (TREE_CODE (type))
|
||||
{
|
||||
case INTEGER_TYPE:
|
||||
|
Loading…
Reference in New Issue
Block a user