summaryrefslogtreecommitdiff
path: root/sys/src/cmd/hgfs/dat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-06-27 09:45:33 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-06-27 09:45:33 +0000
commit2b5a7cebc2274c5780e2cf62d3e18d0171773231 (patch)
tree0b4767555633b1b4f6005b58c93e6bff7b7d13d1 /sys/src/cmd/hgfs/dat.h
parent637a770a1698da227bcd296bd5578d978bea6e34 (diff)
hgfs: add tree caching
Diffstat (limited to 'sys/src/cmd/hgfs/dat.h')
-rw-r--r--sys/src/cmd/hgfs/dat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/cmd/hgfs/dat.h b/sys/src/cmd/hgfs/dat.h
index c63065843..111275649 100644
--- a/sys/src/cmd/hgfs/dat.h
+++ b/sys/src/cmd/hgfs/dat.h
@@ -66,10 +66,7 @@ struct Revinfo
struct Revtree
{
Ref;
-
int level;
-
- Revinfo *info;
Revnode *root;
};