diff options
author | mig <mig> | 2013-01-18 17:11:51 (GMT) |
---|---|---|
committer | mig <mig> | 2013-01-18 17:11:51 (GMT) |
commit | ab17e91042b2e82e40c96210a6e2a96fad058092 (patch) | |
tree | c869d88cc43ec69a55260dd7b275f3147b260306 | |
parent | 7a9cff0b9a2fa5ce43b6533b21e7de6711397490 (diff) | |
download | tcl-ab17e91042b2e82e40c96210a6e2a96fad058092.zip tcl-ab17e91042b2e82e40c96210a6e2a96fad058092.tar.gz tcl-ab17e91042b2e82e40c96210a6e2a96fad058092.tar.bz2 |
remove stray tip280 remains
-rw-r--r-- | generic/tclInt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 4ac0b77..b89b816 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -1291,7 +1291,6 @@ typedef struct CoroutineData { * coroutine. */ CorContext caller; CorContext running; - Tcl_HashTable *lineLABCPtr; /* See Interp.lineLABCPtr */ void *stackLevel; int auxNumLevels; /* While the coroutine is running the * numLevels of the create/resume command is |