summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSException+MGLAdditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/NSException+MGLAdditions.h')
-rw-r--r--platform/darwin/src/NSException+MGLAdditions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/darwin/src/NSException+MGLAdditions.h b/platform/darwin/src/NSException+MGLAdditions.h
deleted file mode 100644
index 274ca50a89..0000000000
--- a/platform/darwin/src/NSException+MGLAdditions.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#import <Foundation/Foundation.h>
-#import "MGLLoggingConfiguration_Private.h"
-
-#define MGLAssertIsMainThread() MGLAssert([[NSThread currentThread] isMainThread], @"%s must be accessed on the main thread, not %@", __PRETTY_FUNCTION__, [NSThread currentThread])