]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove some unused code.
authorSean Bright <sean@malleable.com>
Mon, 18 May 2009 17:08:25 +0000 (17:08 +0000)
committerSean Bright <sean@malleable.com>
Mon, 18 May 2009 17:08:25 +0000 (17:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@195279 65c4cc65-6c06-0410-ace0-fbb531ad65f3

cdr/cdr_custom.c

index 49e5ea4bd32e280a2680ffb0c27d76672e7cb1bc..4ca6386b946234e85a14707aa0fe8e600dbbe40c 100644 (file)
@@ -49,7 +49,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 #define CUSTOM_LOG_DIR "/cdr_custom"
 #define CONFIG         "cdr_custom.conf"
-#define DATE_FORMAT    "%Y-%m-%d %T"
 
 AST_THREADSTORAGE(custom_buf);