summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2005-10-19 18:39:57 (GMT)
committerdgp <dgp@noemail.net>2005-10-19 18:39:57 (GMT)
commitba4ae04d9d15a346ef85aab0fa927a887b47519c (patch)
tree16181e123a2aae36dc453accc1839aba7fa497d5 /generic/tclClock.c
parent7fb5896c7f581cf0c422f7946fdc769f7c4fe0ee (diff)
downloadtcl-ba4ae04d9d15a346ef85aab0fa927a887b47519c.zip
tcl-ba4ae04d9d15a346ef85aab0fa927a887b47519c.tar.gz
tcl-ba4ae04d9d15a346ef85aab0fa927a887b47519c.tar.bz2
* generic/tclClock.c: Removed some dead code.
* generic/tclCmdIL.c: * generic/tclCompCmds.c: * generic/tclDictObj.c: * generic/tclExecute.c: * generic/tclLiteral.c: * generic/tclParseExpr.c: * generic/tclScan.c: * generic/tclUtil.c: * generic/tclVar.c: FossilOrigin-Name: 3fd9c620f4973fc4eafe3c1907447ebb011e26ee
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r--generic/tclClock.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c
index 9134ab4..c5a851e 100644
--- a/generic/tclClock.c
+++ b/generic/tclClock.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: tclClock.c,v 1.40 2005/08/12 23:55:28 kennykb Exp $
+ * RCS: @(#) $Id: tclClock.c,v 1.41 2005/10/19 18:39:58 dgp Exp $
*/
#include "tclInt.h"
@@ -407,17 +407,9 @@ TclClockClicksObjCmd(clientData, interp, objc, objv)
now.sec * 1000 + now.usec / 1000 ) );
break;
case CLICKS_NATIVE:
-#if 0
- /*
- * The following code will be used once this is incorporated
- * into Tcl. But TEA bugs prevent it for right now. :(
- * So we fall through this case and return the microseconds
- * instead.
- */
Tcl_SetObjResult(interp, Tcl_NewWideIntObj( (Tcl_WideInt)
TclpGetClicks()));
break;
-#endif
case CLICKS_MICROS:
Tcl_GetTime(&now);
Tcl_SetObjResult(interp, Tcl_NewWideIntObj(