02.09.2010, 16:45
I'd guess you have a return 1/0 right before that line, maybe you forgot to close the bracket of the last cmd.
unreachable code means, that you got code after e.g. a return, so this wont be called, because the return ends the function before.
unreachable code means, that you got code after e.g. a return, so this wont be called, because the return ends the function before.