summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-05-12 19:44:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-05-12 19:44:41 (GMT)
commitf5ebd5a3cc1ef2c91382d3954be94bee505858c8 (patch)
tree7bc0224bd4f222488318563448a6335aa9000005 /generic/tclInt.h
parenta1f0c2b5d2b3cfff326458d9a6f5f40168c01eb3 (diff)
downloadtcl-f5ebd5a3cc1ef2c91382d3954be94bee505858c8.zip
tcl-f5ebd5a3cc1ef2c91382d3954be94bee505858c8.tar.gz
tcl-f5ebd5a3cc1ef2c91382d3954be94bee505858c8.tar.bz2
Remove the nsPtr field from the EnsembleCmdRep struct. Cannot see any
justification for keeping it (can get via token), and test suite doesn't care.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 42c13dd..e00c392 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -395,8 +395,6 @@ struct NamespacePathEntry {
*/
typedef struct {
- Namespace *nsPtr; /* The namespace backing the ensemble which
- * this is a subcommand of. */
int epoch; /* Used to confirm when the data in this
* really structure matches up with the
* ensemble. */