diff options
Diffstat (limited to 'generic')
-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 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 |