diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-07-24 02:17:45 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-07-24 02:17:45 +0200 |
commit | a840b597cad282e837560b65dad89aa0cfd4af77 (patch) | |
tree | 8e44abab443bbb9369ab1074871e7ebb25f499f8 /sys/src/cmd/upas/fs/dat.h | |
parent | 518a40ae95535f2b6fc59397155267d54c858343 (diff) |
upas/fs: remove checkmboxrefs() debugging code, properly handle errors in 9p loop
Diffstat (limited to 'sys/src/cmd/upas/fs/dat.h')
-rw-r--r-- | sys/src/cmd/upas/fs/dat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/upas/fs/dat.h b/sys/src/cmd/upas/fs/dat.h index 4a1a4b498..d21de3ed5 100644 --- a/sys/src/cmd/upas/fs/dat.h +++ b/sys/src/cmd/upas/fs/dat.h @@ -145,7 +145,6 @@ void parseunix(Message*); String* date822tounix(char*); int fidmboxrefs(Mailbox*); int hashmboxrefs(Mailbox*); -void checkmboxrefs(void); extern int debug; extern int fflag; |