From 3b5dd7355ae4d8bd48fe455c38785636e2104d69 Mon Sep 17 00:00:00 2001 From: das Date: Sun, 13 Jul 2008 12:54:03 +0000 Subject: remove leftover DTRACE macro causing buid failure --- generic/tclBasic.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/generic/tclBasic.c b/generic/tclBasic.c index cf4bbe4..c680fdc 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -16,7 +16,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclBasic.c,v 1.304 2008/07/13 09:03:33 msofer Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.305 2008/07/13 12:54:03 das Exp $ */ #include "tclInt.h" @@ -4258,10 +4258,6 @@ int TclEvalObjv_NR2( iPtr->numLevels--; } - if (TCL_DTRACE_CMD_RETURN_ENABLED()) { - TCL_DTRACE_CMD_RETURN(TclGetString(objv[0]), result); - } - FREE_RECORD(iPtr, recordPtr); } -- cgit v0.12