line 454: remark(1552): variable "delim" was set but never used.
It was removed and the function call that set it (getword) was cast to void. In the context in which it was being used, the return value was not needed.
Please register or sign in to comment