Remove a small amount of dead code found by Coverity.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@300 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -130,7 +130,7 @@ int sucks = 0;
|
||||
set_dllint_var("cavlink_port", sucks);
|
||||
}
|
||||
else
|
||||
cav_say("No %s specified", !host?"host":!passwd?"passwd":"arrggh");
|
||||
cav_say("No %s specified", !host?"host":"passwd");
|
||||
}
|
||||
|
||||
BUILT_IN_DLL(cmode)
|
||||
|
||||
Reference in New Issue
Block a user