From 24998851775d2d2a737a172dc614d9b5c91706dc Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 11 Mar 2004 19:14:09 +0000 Subject: Implement write buffer. --- src/cmd/venti/findscore.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/cmd/venti/findscore.c') 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) { -- cgit v1.2.3