diff options
| author | das <das> | 2008-08-14 10:49:39 (GMT) |
|---|---|---|
| committer | das <das> | 2008-08-14 10:49:39 (GMT) |
| commit | cab8739ba2329633e364b61fde4fbae987f391ef (patch) | |
| tree | 83f364bffd23a0049ff1283d808b41ee2333c0a0 | |
| parent | 338b37e84fec8d33470693dd2b9c0d6d5b5af74c (diff) | |
| download | tcl-cab8739ba2329633e364b61fde4fbae987f391ef.zip tcl-cab8739ba2329633e364b61fde4fbae987f391ef.tar.gz tcl-cab8739ba2329633e364b61fde4fbae987f391ef.tar.bz2 | |
remove overlooked old TCL_DTRACE_PROC_ENTRY
| -rw-r--r-- | generic/tclProc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c index 8d1c9d7..d763fde 100644 --- a/generic/tclProc.c +++ b/generic/tclProc.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclProc.c,v 1.160 2008/08/14 02:11:51 das Exp $ + * RCS: @(#) $Id: tclProc.c,v 1.161 2008/08/14 10:49:39 das Exp $ */ #include "tclInt.h" @@ -1786,14 +1786,6 @@ TclNRInterpProcCore( procPtr->refCount++; codePtr = procPtr->bodyPtr->internalRep.otherValuePtr; - if (TCL_DTRACE_PROC_ENTRY_ENABLED()) { - int l; - - l = iPtr->varFramePtr->isProcCallFrame & FRAME_IS_LAMBDA ? 2 : 1; - TCL_DTRACE_PROC_ENTRY(TclGetString(procNameObj), - iPtr->varFramePtr->objc - l, - (Tcl_Obj **)(iPtr->varFramePtr->objv + l)); - } TclNRAddCallback(interp, InterpProcNR2, procNameObj, errorProc, NULL, NULL); |
