Elminate unused code/warnings (bug #934)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2085 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-01-28 21:06:03 +00:00
parent 1c838758c3
commit 32e131862d
6 changed files with 16 additions and 2 deletions

View File

@@ -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)
{