summaryrefslogtreecommitdiff
path: root/sys/src/cmd/fossil/nobwatch.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-04-18 06:35:33 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-04-18 06:35:33 +0000
commitad5522be0fbfcad7b47bb9baca9a44dadb4b6461 (patch)
tree4e5622e0b5d1d0037406ac345d2a91e2c11e1bfc /sys/src/cmd/fossil/nobwatch.c
parenta455c61024cab80bfc50c898d8686068cd8ea06a (diff)
remove fossil
Diffstat (limited to 'sys/src/cmd/fossil/nobwatch.c')
-rw-r--r--sys/src/cmd/fossil/nobwatch.c39
1 files changed, 0 insertions, 39 deletions
diff --git a/sys/src/cmd/fossil/nobwatch.c b/sys/src/cmd/fossil/nobwatch.c
deleted file mode 100644
index 698e86f41..000000000
--- a/sys/src/cmd/fossil/nobwatch.c
+++ /dev/null
@@ -1,39 +0,0 @@
-#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);
-}
-