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

@@ -2631,6 +2631,7 @@ static int reload_config(void)
return 0;
}
#if 0
void delete_devices(void)
{
struct skinny_device *d, *dlast;
@@ -2661,6 +2662,7 @@ void delete_devices(void)
devices=NULL;
ast_mutex_unlock(&devicelock);
}
#endif
int reload(void)
{