Removed the stubs for System.Diagnostics.Debug from Android & IOS

This looks like it was once a Xamarin limitation, but it’s not anymore.
Note: tested this on Android, but not on IOS (tested compilation on IOS
only).
Fixes #447
This commit is contained in:
Tzach Shabtay 2016-12-11 18:03:29 -05:00
parent 1581ac7b8a
commit b06169b457

View file

@ -13,6 +13,8 @@ namespace OpenTK
// minimal targets (e.g. MonoTouch). // minimal targets (e.g. MonoTouch).
// Note: the "overriden" classes must not be fully qualified for this to work! // Note: the "overriden" classes must not be fully qualified for this to work!
#if MINIMAL
// System.Diagnostics.Debug // System.Diagnostics.Debug
static class Debug static class Debug
{ {
@ -39,8 +41,6 @@ namespace OpenTK
public static void Flush() { } public static void Flush() { }
} }
#if MINIMAL
// System.Diagnostics.Stopwatch // System.Diagnostics.Stopwatch
sealed class Stopwatch sealed class Stopwatch
{ {