]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove non standard comment string
authorBrian West <brian@freeswitch.org>
Fri, 25 Jul 2008 00:28:18 +0000 (00:28 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 25 Jul 2008 00:28:18 +0000 (00:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9177 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_timezone/mod_timezone.c

index 4f60a900e72143828f74a9fca3b5b51cd4ff88bd..287f23234c17523d4ea83d4471f35737c16adf2d 100644 (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