diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-31 08:31:10 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-31 08:31:10 (GMT) |
| commit | 60c071ed625b30818a7151b4e77272f8fe55edb3 (patch) | |
| tree | d5f6863038e51fb6b80478219c82af1707e6b12e /generic/tclInt.h | |
| parent | 777941e35bfc3de3b0ec36322ddbd9953169ad2f (diff) | |
| download | tcl-60c071ed625b30818a7151b4e77272f8fe55edb3.zip tcl-60c071ed625b30818a7151b4e77272f8fe55edb3.tar.gz tcl-60c071ed625b30818a7151b4e77272f8fe55edb3.tar.bz2 | |
Remove "timerate" functionality: this definitely needs a TIP. Also undo changes in library/reg/pkgIndex.tcl, which are unrelated to clock functionality
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 333a665..5bd4324 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -3437,9 +3437,6 @@ MODULE_SCOPE int Tcl_ThrowObjCmd(ClientData dummy, Tcl_Interp *interp, MODULE_SCOPE int Tcl_TimeObjCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); -MODULE_SCOPE int Tcl_TimeRateObjCmd(ClientData clientData, - Tcl_Interp *interp, int objc, - Tcl_Obj *const objv[]); MODULE_SCOPE int Tcl_TraceObjCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); |
