[System] Fixed svace warnings
authorDinesh Dwivedi <dinesh.d@samsung.com>
Thu, 28 Jul 2016 16:38:33 +0000 (22:08 +0530)
committerPureum Jung <pr.jung@samsung.com>
Mon, 24 Oct 2016 01:57:10 +0000 (10:57 +0900)
Change-Id: I09f56b2baf6cdbc3f2dd6a36a37e3106d5d6fe3e
Signed-off-by: Dinesh Dwivedi <dinesh.d@samsung.com>
src/Tizen.System/Storage/Storage.cs

index 2f83107..f4eaabc 100644 (file)
@@ -185,7 +185,7 @@ namespace Tizen.System
         /// </example>
         public string GetAbsolutePath(DirectoryType dirType)
         {
-            string path = string.Empty;
+            string path;
             Interop.Storage.ErrorCode err = Interop.Storage.StorageGetAbsoluteDirectory(Id, (Interop.Storage.DirectoryType)dirType, out path);
             if (err != Interop.Storage.ErrorCode.None)
             {