Thread: code cleanup in dynahash.c

code cleanup in dynahash.c

From
Neil Conway
Date:
This patch makes a minor code cleanup in dynahash.c: a function declared
to return 'bool' only ever returned "true", so I changed it to return
"void".

I'll apply this to CVS before the end of the day, barring any
objections.

-Neil


Attachment

Re: code cleanup in dynahash.c

From
Neil Conway
Date:
Neil Conway wrote:
> This patch makes a minor code cleanup in dynahash.c: a function declared
> to return 'bool' only ever returned "true", so I changed it to return
> "void".

Applied to HEAD.

-Neil