Обсуждение: code cleanup in dynahash.c

Поиск
Список
Период
Сортировка

code cleanup in dynahash.c

От
Neil Conway
Дата:
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


Вложения

Re: code cleanup in dynahash.c

От
Neil Conway
Дата:
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