summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-19 19:52:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-19 19:52:59 (GMT)
commitf91699e5242f588560993ba040b748ae30b7afe4 (patch)
tree98b9257b8485483533b25cbd07da0c45008df464
parent27f4a98be411aa6878d45e7e86e5c90cf2208c92 (diff)
parent3030616f91ca88f302a094e9f7388f5c7971fe3a (diff)
downloadtcl-f91699e5242f588560993ba040b748ae30b7afe4.zip
tcl-f91699e5242f588560993ba040b748ae30b7afe4.tar.gz
tcl-f91699e5242f588560993ba040b748ae30b7afe4.tar.bz2
merge 8.6
-rw-r--r--generic/tclVar.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/generic/tclVar.c b/generic/tclVar.c
index a4f1ec5..1d08832 100644
--- a/generic/tclVar.c
+++ b/generic/tclVar.c
@@ -213,10 +213,6 @@ static Tcl_DupInternalRepProc DupParsedVarName;
* 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