Skip to content

Commit ca24e58

Browse files
committed
tcltklib.c: duplicate code
* ext/tk/tcltklib.c (ip_invoke_core): remove probably duplicate dead code. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent d7d1e34 commit ca24e58

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Fri Dec 26 15:32:16 2014 Nobuyoshi Nakada <[email protected]>
2+
3+
* ext/tk/tcltklib.c (ip_invoke_core): remove probably duplicate
4+
dead code.
5+
16
Fri Dec 26 15:28:27 2014 Nobuyoshi Nakada <[email protected]>
27

38
* ext/tk/tcltklib.c (ip_ruby_cmd_receiver_const_get): simply use

ext/tk/tcltklib.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8558,9 +8558,6 @@ ip_invoke_core(interp, argc, argv)
85588558
#endif
85598559
#endif
85608560

8561-
/* get the data struct */
8562-
ptr = get_ip(interp);
8563-
85648561
/* get the command name string */
85658562
#if TCL_MAJOR_VERSION >= 8
85668563
cmd = Tcl_GetStringFromObj(objv[0], &len);

0 commit comments

Comments
 (0)