remove a line that was added by mistake
authorLuigi Rizzo <rizzo@icir.org>
Tue, 18 Apr 2006 13:17:44 +0000 (13:17 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Tue, 18 Apr 2006 13:17:44 +0000 (13:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21098 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_sayunixtime.c

index 9b208ca..3cb797f 100644 (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);