summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Wojciechowski <lucas@mapbox.com>2018-04-23 15:35:43 -0700
committerAsheem Mamoowala <asheem.mamoowala@mapbox.com>2018-05-09 16:08:50 -0700
commitf42bfca6d1af31f123d55297b6c04219c528072b (patch)
tree27197c7359a75a77b4e686d11bcaa9d5a4860313
parenta9ab81a34bfb1360efdba62d585806e58fc6dedc (diff)
downloadqtlocation-mapboxgl-f42bfca6d1af31f123d55297b6c04219c528072b.tar.gz
Remove unnused macro
-rw-r--r--platform/darwin/test/MGLPredicateTests.mm6
1 files changed, 0 insertions, 6 deletions
diff --git a/platform/darwin/test/MGLPredicateTests.mm b/platform/darwin/test/MGLPredicateTests.mm
index 90a86cb030..4e7b3e7e4b 100644
--- a/platform/darwin/test/MGLPredicateTests.mm
+++ b/platform/darwin/test/MGLPredicateTests.mm
@@ -4,12 +4,6 @@
#import "NSPredicate+MGLPrivateAdditions.h"
#import "MGLValueEvaluator.h"
-#define MGLAssertEqualFilters(actual, expected, ...) \
- XCTAssertTrue(actual.is<__typeof__(expected)>()); \
- if (actual.is<__typeof__(expected)>()) { \
- XCTAssertEqual(actual.get<__typeof__(expected)>(), expected, __VA_ARGS__); \
- }
-
@interface MGLPredicateTests : XCTestCase
@end