Clean up Tizen.Applications.Messages
[platform/core/csapi/tizenfx.git] / Tizen.Applications / Tizen.Applications.Messages / MessagePortErrorFactory.cs
index ac8bf68..ed74f34 100755 (executable)
@@ -1,8 +1,4 @@
 using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
 using Tizen.Internals.Errors;
 
 namespace Tizen.Applications.Messages
@@ -19,6 +15,7 @@ namespace Tizen.Applications.Messages
         MaxExceeded = -0x01130000 | 0x03,
         ResourceUnavailable = -0x01130000 | 0x04
     }
+
     internal static class MessagePortErrorFactory
     {
         internal static void ThrowException(int errorCode, string errorMessage = null, string paramName = null)