Don't make a copy of args, it goes unused. Remove the variable it was stored to. Found by Coverity.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@249 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Tim Cava
2013-06-26 13:09:01 +00:00
parent 3812cf36a6
commit 7a5448aa74

View File

@@ -637,9 +637,6 @@ void achange_idle(Window *w, char *s, int i) {
}
void aaway (IrcCommandDll *intp, char *command, char *args, char *subargs, char *helparg) {
char *loc;
loc = LOCAL_COPY(args);
CHECK_TOC_ONLINE();
serv_set_away(args);