diff -r f62f87b200ec -r 8e5041d13c84 contentstorage/srvsrc/casrv.cpp --- a/contentstorage/srvsrc/casrv.cpp Fri Mar 19 09:35:23 2010 +0200 +++ b/contentstorage/srvsrc/casrv.cpp Fri Apr 16 15:16:09 2010 +0300 @@ -28,19 +28,6 @@ // ==================== LOCAL FUNCTIONS ==================== /** - * Stop the Active Scheduler. - * @param aPtr Not used. - * @return KErrNone. - */ -LOCAL_C TInt StopScheduler( TAny* /*aPtr*/) - { - // Called by the exit timer, after all clients disconnected (plus a small - // delay). Stop the scheduler, this will enable he thread exit. - CActiveScheduler::Stop(); - return KErrNone; - } - -/** * Create a server. * @param Pointer to created server (if created) returned here. * @return Error code.