Project

General

Profile

Actions

Misc #10502

closed

Removing obsolete prot_tag comment

Added by jackdanger (Jack Danger) over 9 years ago. Updated over 9 years ago.

Status:
Closed
Assignee:
[ruby-core:66238]

Description

The Changelog records Matz mentioning that the following comment was obsolete as of Wed Sep 17 23:41:45 2003

This patch removes it so future developers don't get confused.

Index: eval.c
===================================================================
--- eval.c      (revision 48392)
+++ eval.c      (working copy)
@@ -911,8 +911,6 @@
        result = (*b_proc) (data1);
     }
     POP_TAG();
-    /* TODO: fix me */
-    /* retval = prot_tag ? prot_tag->retval : Qnil; */     /* save retval */
     errinfo = th->errinfo;
     th->ensure_list=ensure_list.next;
     (*ensure_list.entry.e_proc)(ensure_list.entry.data2);

Files

remove_obsolete_prot_tag_comment.diff (437 Bytes) remove_obsolete_prot_tag_comment.diff jackdanger (Jack Danger), 11/12/2014 11:27 PM
Actions

Also available in: Atom PDF

Like0
Like0