|
From: Julian S. <js...@ac...> - 2006-01-21 03:11:07
|
On Friday 20 January 2006 01:12, Uttam Pawar wrote: > Hi All, > > Here is 2nd cleanup patch. Variable 'human_readable' is always true, so > the following conditional assignment is really not necessary. True, but it's not harmful either as the compiler will fold away the unused side. It's probably there to make debugging easier. J |