diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-27 09:45:33 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-06-27 09:45:33 +0000 |
commit | 2b5a7cebc2274c5780e2cf62d3e18d0171773231 (patch) | |
tree | 0b4767555633b1b4f6005b58c93e6bff7b7d13d1 /sys/src/cmd/hgfs/tree.c | |
parent | 637a770a1698da227bcd296bd5578d978bea6e34 (diff) |
hgfs: add tree caching
Diffstat (limited to 'sys/src/cmd/hgfs/tree.c')
-rw-r--r-- | sys/src/cmd/hgfs/tree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/cmd/hgfs/tree.c b/sys/src/cmd/hgfs/tree.c index 118c9ac5e..cf71b0c4a 100644 --- a/sys/src/cmd/hgfs/tree.c +++ b/sys/src/cmd/hgfs/tree.c @@ -164,8 +164,6 @@ loadtree(Revlog *manifest, Revinfo *ri, Hashstr **ht, int nh) memset(t, 0, sizeof(*t)); incref(t); - t->info = ri; - t->root = malloc(sizeof(Revnode)); t->root->path = 0; t->root->name = 0; |