K 10 svn:author V 3 uqs K 8 svn:date V 27 2010-12-18T22:16:15.432300Z K 7 svn:log V 188 Remove dead code. c is assigned 0 and *loc is pointing to NULL, so c!=0 cannot be true, and dereferencing loc would be a bad idea anyway. Coverity Prevent: CID 5113 Reviewed by: jilles END