X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=base%2Fidtable.c;h=6e7aafaa1562c94b8f16398acc4a6acfb42622cc;hb=a3466b322998a623a15907a5c3520b4f30d1c050;hp=ae175b665f2908fdd894e79a8eb77c760c01f02f;hpb=7c5f211f728a6eabe07ff16476c2c5273f3ccca9;p=chiark-tcl.git diff --git a/base/idtable.c b/base/idtable.c index ae175b6..6e7aafa 100644 --- a/base/idtable.c +++ b/base/idtable.c @@ -77,14 +77,12 @@ int cht_tabledataid_parse(Tcl_Interp *ip, Tcl_Obj *o, const IdDataSpec *idds) { int l; unsigned long ul; IdDataValue *dv; - IdDataAssocData *assoc; char *ep, *str; if (o->typePtr != &cht_tabledataid_nearlytype) goto convert; dv= o->internalRep.otherValuePtr; if (dv->interp != ip) goto convert; - assoc= dv->assoc; if (dv->assoc->idds != idds) goto convert; return TCL_OK;