Actions
Misc #10502
closedRemoving obsolete prot_tag comment
Status:
Closed
Assignee:
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
Updated by nobu (Nobuyoshi Nakada) about 10 years ago
- Status changed from Open to Closed
Actions
Like0
Like0