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:
Tim Cava
2013-07-31 07:28:45 +00:00
parent b0fa3c55e6
commit 94e04ff631

View File

@@ -130,7 +130,7 @@ int sucks = 0;
set_dllint_var("cavlink_port", sucks); set_dllint_var("cavlink_port", sucks);
} }
else else
cav_say("No %s specified", !host?"host":!passwd?"passwd":"arrggh"); cav_say("No %s specified", !host?"host":"passwd");
} }
BUILT_IN_DLL(cmode) BUILT_IN_DLL(cmode)