diff options
author | dgp <dgp@users.sourceforge.net> | 2016-07-19 15:00:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-07-19 15:00:51 (GMT) |
commit | f846b3f96552f12f3b7eebcafadd4a838d024db6 (patch) | |
tree | a818d8edc2ef8d9317b51703796035af88b12ddb /generic/tclVar.c | |
parent | f5bf1de995bb52531947d37f59a2248196ccf9b3 (diff) | |
download | tcl-f846b3f96552f12f3b7eebcafadd4a838d024db6.zip tcl-f846b3f96552f12f3b7eebcafadd4a838d024db6.tar.gz tcl-f846b3f96552f12f3b7eebcafadd4a838d024db6.tar.bz2 |
Remove outdated comment.
Diffstat (limited to 'generic/tclVar.c')
-rw-r--r-- | generic/tclVar.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/generic/tclVar.c b/generic/tclVar.c index 47c6e14..2adffbc 100644 --- a/generic/tclVar.c +++ b/generic/tclVar.c @@ -219,10 +219,6 @@ static Tcl_SetFromAnyProc PanicOnSetVarName; * or NULL if it is this same obj * twoPtrValue.ptr2: index into locals table * - * nsVarName - INTERNALREP DEFINITION: - * twoPtrValue.ptr1: pointer to the namespace containing the reference - * twoPtrValue.ptr2: pointer to the corresponding Var - * * parsedVarName - INTERNALREP DEFINITION: * twoPtrValue.ptr1: pointer to the array name Tcl_Obj, or NULL if it is a * scalar variable |