Remove unused variable (#4694)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Mon, 31 Oct 2022 02:23:57 +0000 (11:23 +0900)
committerGitHub <noreply@github.com>
Mon, 31 Oct 2022 02:23:57 +0000 (11:23 +0900)
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.Common/Tizen.Applications/CoreApplication.cs

index 479882f..fa386df 100644 (file)
@@ -37,8 +37,6 @@ namespace Tizen.Applications
         private readonly ICoreTask _task;
         private bool _disposedValue = false;
 
-        private static System.Timers.Timer sTimer;
-
         /// <summary>
         /// Initializes the CoreApplication class.
         /// </summary>