]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove backtrace used for testing merge process
authorTilghman Lesher <tilghman@meg.abyt.es>
Sat, 18 Dec 2010 00:08:57 +0000 (00:08 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Sat, 18 Dec 2010 00:08:57 +0000 (00:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@298962 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/say.c

index fd24f28b37b3e0216330e774aa3e6121a63ebf13..3108c335e626296d1d1714e51701f00be270ab1a 100644 (file)
@@ -3493,8 +3493,6 @@ int ast_say_date_with_format_en(struct ast_channel *chan, time_t t, const char *
        int res=0, offset, sndoffset;
        char sndfile[256], nextmsg[256];
 
-       ast_backtrace();
-
        if (format == NULL)
                format = "ABdY 'digits/at' IMp";