From: Russell Bryant Date: Thu, 12 May 2005 02:33:33 +0000 (+0000) Subject: remove unnecessary declaration (bug #4040) X-Git-Tag: 1.0.11.1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e267ac60ab1f0918ccf2e9bd2ba6460e0077e41;p=thirdparty%2Fasterisk.git remove unnecessary declaration (bug #4040) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5634 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_sql_postgres.c b/apps/app_sql_postgres.c index 1620df6350..4d52eb3e4e 100755 --- a/apps/app_sql_postgres.c +++ b/apps/app_sql_postgres.c @@ -106,8 +106,6 @@ STANDARD_LOCAL_USER; LOCAL_USER_DECL; -extern void pbx_builtin_setvar_helper(struct ast_channel *chan, char *name, char *value); - #define AST_PGSQL_ID_DUMMY 0 #define AST_PGSQL_ID_CONNID 1 #define AST_PGSQL_ID_RESID 2