aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_readfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_readfile.c')
-rw-r--r--apps/app_readfile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/app_readfile.c b/apps/app_readfile.c
index f842663ee..4b3f57e94 100644
--- a/apps/app_readfile.c
+++ b/apps/app_readfile.c
@@ -54,11 +54,8 @@ static char *readfile_descrip =
" File - The name of the file to read.\n"
" Length - Maximum number of characters to capture.\n";
-STANDARD_LOCAL_USER;
-
LOCAL_USER_DECL;
-
static int readfile_exec(struct ast_channel *chan, void *data)
{
int res=0;