From: Dinesh Dwivedi Date: Thu, 28 Jul 2016 16:38:33 +0000 (+0530) Subject: [System] Fixed svace warnings X-Git-Tag: submit/tizen/20161214.063015~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e88fe5ad2b8ee1aba19fb20bec44fd564c9669bb;p=platform%2Fcore%2Fcsapi%2Fsystem.git [System] Fixed svace warnings Change-Id: I09f56b2baf6cdbc3f2dd6a36a37e3106d5d6fe3e Signed-off-by: Dinesh Dwivedi --- diff --git a/Tizen.System/Storage/Storage.cs b/Tizen.System/Storage/Storage.cs index 2f83107..f4eaabc 100644 --- a/Tizen.System/Storage/Storage.cs +++ b/Tizen.System/Storage/Storage.cs @@ -185,7 +185,7 @@ namespace Tizen.System /// 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) {