diff options
| author | dgp@users.sourceforge.net <dgp> | 2012-06-05 15:59:34 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2012-06-05 15:59:34 (GMT) |
| commit | 6f615eba708258f3231ab8e5233e2b8840e7fded (patch) | |
| tree | 28d68321c99ecd952ff9f478d495c4bcb4d877b8 /generic/tclBasic.c | |
| parent | 2d71d7b27fd39e63d06bcd9b0103ec40db458af5 (diff) | |
| download | tcl-6f615eba708258f3231ab8e5233e2b8840e7fded.zip tcl-6f615eba708258f3231ab8e5233e2b8840e7fded.tar.gz tcl-6f615eba708258f3231ab8e5233e2b8840e7fded.tar.bz2 | |
Remove unused variable NULL_CONTEXT.
Diffstat (limited to 'generic/tclBasic.c')
| -rw-r--r-- | generic/tclBasic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index e09ea1e..b38558a 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -81,8 +81,6 @@ TCL_DECLARE_MUTEX(cancelLock) * are used to save the evaluation state between NR calls to each coro. */ -static const CorContext NULL_CONTEXT = {NULL, NULL, NULL, NULL}; - #define SAVE_CONTEXT(context) \ (context).framePtr = iPtr->framePtr; \ (context).varFramePtr = iPtr->varFramePtr; \ |
