summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-19 15:00:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-19 15:00:51 (GMT)
commit3030616f91ca88f302a094e9f7388f5c7971fe3a (patch)
treea818d8edc2ef8d9317b51703796035af88b12ddb
parent3766e26550a1315f09945ab1162d78d0143d32a2 (diff)
downloadtcl-3030616f91ca88f302a094e9f7388f5c7971fe3a.zip
tcl-3030616f91ca88f302a094e9f7388f5c7971fe3a.tar.gz
tcl-3030616f91ca88f302a094e9f7388f5c7971fe3a.tar.bz2
Remove outdated comment.
-rw-r--r--generic/tclVar.c4
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