Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2019-06-30 05:34:18 +0300
committertherzok <marius.ungureanu@xamarin.com>2019-07-10 18:37:31 +0300
commit9da2d3a59ef8d946b69478d48f8cd53523e4f0d4 (patch)
tree793c5af8293cb419aeb5a28c2061a186d17c150e /main/src/core/MonoDevelop.Core
parent4f53932811c5a3143e04a97d374170e796777375 (diff)
[Misc] Remove some obsolete, unused APIs
Diffstat (limited to 'main/src/core/MonoDevelop.Core')
-rw-r--r--main/src/core/MonoDevelop.Core/MonoDevelop.Core/LoggingService.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/src/core/MonoDevelop.Core/MonoDevelop.Core/LoggingService.cs b/main/src/core/MonoDevelop.Core/MonoDevelop.Core/LoggingService.cs
index c4d28b6590..d91175210f 100644
--- a/main/src/core/MonoDevelop.Core/MonoDevelop.Core/LoggingService.cs
+++ b/main/src/core/MonoDevelop.Core/MonoDevelop.Core/LoggingService.cs
@@ -541,12 +541,6 @@ namespace MonoDevelop.Core
Log (LogLevel.Error, message + (ex != null? Environment.NewLine + ex : string.Empty));
}
- [Obsolete ("Use LogError")]
- public static void LogUserError (string message, Exception ex)
- {
- Log (LogLevel.Error, FormatExceptionText (message, ex));
- }
-
/// <summary>
/// Reports that an unexpected error has occurred, but the IDE will continue executing.
/// Error information is sent to the crash reporting service