From 32e131862dc531897a4d86ba833f18b1b12daf1c Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 28 Jan 2004 21:06:03 +0000 Subject: Elminate unused code/warnings (bug #934) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2085 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- formats/format_pcm_alaw.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'formats/format_pcm_alaw.c') diff --git a/formats/format_pcm_alaw.c b/formats/format_pcm_alaw.c index d7d375edb..62103068d 100755 --- a/formats/format_pcm_alaw.c +++ b/formats/format_pcm_alaw.c @@ -62,6 +62,7 @@ static char *desc = "Raw aLaw 8khz PCM Audio support"; static char *exts = "alaw|al"; +#if 0 /* Returns time in msec since system boot. */ static unsigned long get_time(void) { @@ -76,6 +77,7 @@ static unsigned long get_time(void) } return cur * 1000 / sysconf( _SC_CLK_TCK ); } +#endif static struct ast_filestream *pcm_open(int fd) { -- cgit v1.2.3