mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user