diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-18 06:35:33 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-18 06:35:33 +0000 |
commit | ad5522be0fbfcad7b47bb9baca9a44dadb4b6461 (patch) | |
tree | 4e5622e0b5d1d0037406ac345d2a91e2c11e1bfc /sys/src/cmd/fossil/nobwatch.c | |
parent | a455c61024cab80bfc50c898d8686068cd8ea06a (diff) |
remove fossil
Diffstat (limited to 'sys/src/cmd/fossil/nobwatch.c')
-rw-r--r-- | sys/src/cmd/fossil/nobwatch.c | 39 |
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); -} - |