aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_random.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_random.c')
-rw-r--r--apps/app_random.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_random.c b/apps/app_random.c
index 6cd17dd78..a7ff1f3a0 100644
--- a/apps/app_random.c
+++ b/apps/app_random.c
@@ -52,8 +52,6 @@ static char *random_descrip =
" probability := INTEGER in the range 1 to 100\n"
"DEPRECATED: Use GotoIf($[${RAND(1,100)} > <number>]?<label>)\n";
-STANDARD_LOCAL_USER;
-
LOCAL_USER_DECL;
static int random_exec(struct ast_channel *chan, void *data)