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/dat.h | |
parent | 637a770a1698da227bcd296bd5578d978bea6e34 (diff) |
hgfs: add tree caching
Diffstat (limited to 'sys/src/cmd/hgfs/dat.h')
-rw-r--r-- | sys/src/cmd/hgfs/dat.h | 3 |
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; }; |