From bc614a5643a5e7e8b739ec357c03102c26380ee5 Mon Sep 17 00:00:00 2001 From: Dave MacLachlan Date: Fri, 22 Nov 2019 15:48:55 -0800 Subject: Remove obsoleted nonsense symbols for suppressing libtool warnings --- iPhone/GTMUIFont+LineHeight.m | 5 ----- 1 file changed, 5 deletions(-) (limited to 'iPhone') diff --git a/iPhone/GTMUIFont+LineHeight.m b/iPhone/GTMUIFont+LineHeight.m index 21f1fda..6d5ef11 100644 --- a/iPhone/GTMUIFont+LineHeight.m +++ b/iPhone/GTMUIFont+LineHeight.m @@ -20,11 +20,6 @@ #import -// Export a nonsense symbol to suppress a libtool warning when this is linked -// alone in a static lib. -__attribute__((visibility("default"))) - char GTMUIFont_LineHeightExportToSuppressLibToolWarning = 0; - @implementation UIFont (GTMLineHeight) - (CGFloat)gtm_lineHeight { #if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_7_0 -- cgit v1.2.3