remove unused variable to solve svace issue for tizen 5.5
authorWoongsuk Cho <ws77.cho@samsung.com>
Mon, 23 Mar 2020 02:49:57 +0000 (11:49 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Mon, 23 Mar 2020 03:44:09 +0000 (12:44 +0900)
NativeLauncher/launcher/dotnet/dotnet_launcher.h

index a960bcd..3a06ab0 100644 (file)
@@ -49,7 +49,6 @@ class CoreRuntime
                unsigned int __domainId;
                int fd;
                bool __initialized;
-               bool __enableLogManager;
                bool __isProfileMode;
 
 };