Commit c4759ce3 by Paul Brook Committed by Paul Brook

* trans-types.c (gfc_get_dtype): Remove obsolete TODO.

From-SVN: r90676
parent e77ee95d
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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment