ref: d9f3982b97f188767096902eab5ed15d2ffe73d2
dir: /sys/src/cmd/fossil/nobwatch.c/
#include "stdinc.h"
#include "dat.h"
#include "fns.h"
#include "error.h"
void
bwatchReset(uchar score[VtScoreSize])
{
USED(score);
}
void
bwatchInit(void)
{
}
void
bwatchSetBlockSize(uint)
{
}
void
bwatchDependency(Block *b)
{
USED(b);
}
void
bwatchLock(Block *b)
{
USED(b);
}
void
bwatchUnlock(Block *b)
{
USED(b);
}