fossil: fix various warnings
R=rsc https://codereview.appspot.com/13980043
This commit is contained in:
parent
b32de4ae73
commit
3c612e13a1
5 changed files with 0 additions and 95 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue