aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/findscore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/venti/findscore.c')
-rw-r--r--src/cmd/venti/findscore.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cmd/venti/findscore.c b/src/cmd/venti/findscore.c
index 6a69dc53..7718adce 100644
--- a/src/cmd/venti/findscore.c
+++ b/src/cmd/venti/findscore.c
@@ -18,16 +18,6 @@ clumpinfoeq(ClumpInfo *c, ClumpInfo *d)
&& scorecmp(c->score, d->score)==0;
}
-/*
- * synchronize the clump info directory with
- * with the clumps actually stored in the arena.
- * the directory should be at least as up to date
- * as the arena's trailer.
- *
- * checks/updates at most n clumps.
- *
- * returns 1 if ok, -1 if an error occured, 0 if blocks were updated
- */
int
findscore(Arena *arena, uchar *score)
{