remove non standard comment string

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9177 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-07-25 00:28:18 +00:00
parent 5d36a1fd4f
commit 2243d12104
1 changed files with 0 additions and 2 deletions

View File

@ -204,7 +204,6 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_timezone_load)
return SWITCH_STATUS_SUCCESS;
}
// Called when the system shuts down
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_timezone_shutdown)
{
@ -219,7 +218,6 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_timezone_shutdown)
return SWITCH_STATUS_UNLOAD;
}
/* For Emacs:
* Local Variables:
* mode:c