diff options
author | das <das> | 2008-07-13 12:54:03 (GMT) |
---|---|---|
committer | das <das> | 2008-07-13 12:54:03 (GMT) |
commit | 3b5dd7355ae4d8bd48fe455c38785636e2104d69 (patch) | |
tree | 1550ced303707fd64cb0fcc460eaec84c91507bb /generic | |
parent | 70c3540c76b3c5e4cf4f722288dc9d406ae48b8d (diff) | |
download | tcl-3b5dd7355ae4d8bd48fe455c38785636e2104d69.zip tcl-3b5dd7355ae4d8bd48fe455c38785636e2104d69.tar.gz tcl-3b5dd7355ae4d8bd48fe455c38785636e2104d69.tar.bz2 |
remove leftover DTRACE macro causing buid failure
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclBasic.c | 6 |
1 files changed, 1 insertions, 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); } |