From a7c93a395075f287ba9d6c96492d70d9968666f3 Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Sat, 23 Feb 2013 20:57:24 +0000 Subject: [PATCH] Remove a redundant call to alloca. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@231 13b04d17-f746-0410-82c6-800466cd88b0 --- source/userlist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/userlist.c b/source/userlist.c index cf30829..b535195 100644 --- a/source/userlist.c +++ b/source/userlist.c @@ -1043,7 +1043,6 @@ void run_user_flag(char *name, char *what, NickList *user, NickList *kicker) } if ((tmp = expand_alias(what, empty_string, &sa, NULL))) { - stuff_copy = alloca(strlen(tmp) + 1); name_copy = LOCAL_COPY(name); stuff_copy = LOCAL_COPY(tmp); will_catch_return_exceptions++;