From ca24e581ba946362b66b21be86a16088ee9c026a Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Dec 2014 06:32:18 +0000 Subject: 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 --- ext/tk/tcltklib.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext') diff --git a/ext/tk/tcltklib.c b/ext/tk/tcltklib.c index 06b88af1d3..46159076db 100644 --- a/ext/tk/tcltklib.c +++ b/ext/tk/tcltklib.c @@ -8558,9 +8558,6 @@ ip_invoke_core(interp, argc, argv) #endif #endif - /* get the data struct */ - ptr = get_ip(interp); - /* get the command name string */ #if TCL_MAJOR_VERSION >= 8 cmd = Tcl_GetStringFromObj(objv[0], &len); -- cgit v1.2.3