[MediaController] Add guards to map of playlists' handles
[platform/core/api/webapi-plugins.git] / src / mediacontroller / mediacontroller_server.h
index 83ee086..77edd4f 100644 (file)
@@ -101,9 +101,6 @@ class MediaControllerServer {
  private:
   mc_server_h handle_;
 
-  // This mutex is used to guard handle_ usage in TaskQueue
-  // and its destruction, but there is no need to
-  // guard every call on main thread.
   std::mutex handle_mutex_;
 
   JsonCallback change_request_playback_info_listener_;