Project

General

Profile

« Previous | Next » 

Revision 5e0d27a3

Added by nobu (Nobuyoshi Nakada) almost 6 years ago

Removed dead code

If emesg is Qundef, it is not a message string and then elen
(the length of the message) is 0. So emesg cannot be Qundef in
the elen != 0 block. Pointed out by Coverity Scan.