Skip to content

Commit 5b3cd7f

Browse files
author
Damian Rouson
committed
Remove extraneous comments.
1 parent 3ea441c commit 5b3cd7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gcc/fortran/trans-intrinsic.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2634,7 +2634,6 @@ trans_num_images (gfc_se * se, gfc_expr *expr)
26342634
}
26352635
else
26362636
failed = build_int_cst (integer_type_node, -1);
2637-
// ARTLESS: how to return?
26382637
tmp = build_call_expr_loc (input_location, gfor_fndecl_caf_num_images, 2,
26392638
distance, failed);
26402639
se->expr = fold_convert (gfc_get_int_type (gfc_default_integer_kind), tmp);
@@ -3051,7 +3050,6 @@ conv_intrinsic_stride (gfc_se * se, gfc_expr * expr)
30513050
se->expr = gfc_conv_descriptor_stride_get (desc, tmp);
30523051
}
30533052

3054-
// artless look at
30553053
static void
30563054
gfc_conv_intrinsic_abs (gfc_se * se, gfc_expr * expr)
30573055
{
@@ -6150,7 +6148,6 @@ conv_generic_with_optional_char_arg (gfc_se* se, gfc_expr* expr,
61506148
gfc_free_symbol (sym);
61516149
}
61526150

6153-
// ARTLESS: THIS SEEMS LIKE A GOOD EXAMPLE
61546151
/* The length of a character string. */
61556152
static void
61566153
gfc_conv_intrinsic_len (gfc_se * se, gfc_expr * expr)
@@ -9237,7 +9234,6 @@ gfc_conv_intrinsic_function (gfc_se * se, gfc_expr * expr)
92379234
gfc_conv_intrinsic_arith (se, expr, PLUS_EXPR, false);
92389235
break;
92399236

9240-
// ARTLESS: look at image_status
92419237
case GFC_ISYM_TEAM_NUMBER:
92429238
conv_intrinsic_team_number(se, expr);
92439239
break;

0 commit comments

Comments
 (0)