From: Luigi Rizzo Date: Tue, 19 Dec 2006 16:35:49 +0000 (+0000) Subject: remove now useless extern declarations. X-Git-Tag: 1.6.0-beta1~3^2~3688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b9eb93b6f128b28d5b40927a50b1902279eb3d;p=thirdparty%2Fasterisk.git remove now useless extern declarations. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48580 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/cli.c b/main/cli.c index d099ae409e..54dea496c9 100644 --- a/main/cli.c +++ b/main/cli.c @@ -49,8 +49,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "editline/readline/readline.h" #include "asterisk/threadstorage.h" -extern unsigned long global_fin, global_fout; - AST_THREADSTORAGE(ast_cli_buf); /*! \brief Initial buffer size for resulting strings in ast_cli() */