diff options
author | dgp <dgp@users.sourceforge.net> | 2016-05-12 19:44:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-05-12 19:44:41 (GMT) |
commit | f5ebd5a3cc1ef2c91382d3954be94bee505858c8 (patch) | |
tree | 7bc0224bd4f222488318563448a6335aa9000005 /generic/tclInt.h | |
parent | a1f0c2b5d2b3cfff326458d9a6f5f40168c01eb3 (diff) | |
download | tcl-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.h | 2 |
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. */ |