dect
/
asterisk
Archived
13
0
Fork 0

remove a line that was added by mistake

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21098 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2006-04-18 13:17:44 +00:00
parent a07c757961
commit 37bc058d8d
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ static int sayunixtime_exec(struct ast_channel *chan, void *data)
LOCAL_USER_ADD(u);
args.format = "c"; /* default datetime */
AST_STANDARD_APP_ARGS(args, parse);
ast_get_time_t(args.timeval, &unixtime, time(NULL), NULL);