mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user