diff options
author | mig <mig@noemail.net> | 2013-01-03 11:47:09 (GMT) |
---|---|---|
committer | mig <mig@noemail.net> | 2013-01-03 11:47:09 (GMT) |
commit | 81fc57ae477a1a597ba5eb8bc5acaeba447815f5 (patch) | |
tree | de4839d15a4805b49363a987780c8923e2271efa | |
parent | a067688cefe71157818c25405c2b443d0ae657e9 (diff) | |
download | tcl-mig-alloc-reform-Z2.zip tcl-mig-alloc-reform-Z2.tar.gz tcl-mig-alloc-reform-Z2.tar.bz2 |
remove unused varmig-alloc-reform-Z2
FossilOrigin-Name: 57c67c7ee608d9bd96277fa3a2fd6fa531f68add
-rw-r--r-- | generic/tclAlloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclAlloc.c b/generic/tclAlloc.c index 70e4071..31bbb8b 100644 --- a/generic/tclAlloc.c +++ b/generic/tclAlloc.c @@ -238,7 +238,6 @@ TclFreeAllocCache( void *arg) { Cache *cachePtr = arg; - Cache **nextPtrPtr; /* * Flush objs. |