fossil: fix various warnings

R=rsc
https://codereview.appspot.com/13980043
This commit is contained in:
David du Colombier 2013-09-26 22:30:24 +02:00
parent b32de4ae73
commit 3c612e13a1
5 changed files with 0 additions and 95 deletions

View file

@ -128,18 +128,6 @@ shaBlock(uchar score[VtScoreSize], Block *b, uchar *data, uint bsize)
vtsha1(score, data, vtzerotruncate(vtType[b->l.type], data, bsize));
}
static uint
etype(Entry *e)
{
uint t;
if(e->flags&_VtEntryDir)
t = BtDir;
else
t = BtData;
return t+e->depth;
}
static uchar*
copyBlock(Block *b, u32int blockSize)
{