Remove unused mutex vc_config_mgr_mutex 06/286206/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 7 Dec 2022 04:38:48 +0000 (13:38 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Fri, 30 Dec 2022 04:38:03 +0000 (13:38 +0900)
commite720dd452ca1debe2538e510fdae720667db6de0
tree17113f01c3fd4f987d2457f4cb1b500a275d6ea6
parent494c821864ad8a8904daba91c145a78852f237c1
Remove unused mutex vc_config_mgr_mutex

- Requirement:
vc_config_mgr_mutex is not valuable to assure thread safety.

- Content:
Through previous patches, all important global variable has their own
mutex for thread safety. Thus, vc_config_mgr_mutex is not needed
anymore. Therefore, this patch removes vc_config_mgr_mutex from the
module.

Change-Id: Icaac3b07f5f8a378f4c5f236746fe31d5be27175
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
common/vc_config_mgr.cpp