remove debugging print
This commit is contained in:
parent
21e626deb3
commit
70997336be
1 changed files with 0 additions and 1 deletions
|
|
@ -847,7 +847,6 @@ fidput(Fid *f)
|
|||
assert(f->ref > 0);
|
||||
if(--f->ref > 0)
|
||||
return;
|
||||
fprint(2, "free %d from %lux\n", f->fid, getcallerpc(&f));
|
||||
f->next = freefid;
|
||||
f->cfid = -1;
|
||||
freefid = f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue