aboutsummaryrefslogtreecommitdiff
path: root/iPhone
diff options
context:
space:
mode:
authorGravatar Dave MacLachlan <dmaclach@gmail.com>2019-11-22 15:48:55 -0800
committerGravatar Thomas Van Lenten <thomasvl@google.com>2019-11-25 10:27:20 -0500
commitbc614a5643a5e7e8b739ec357c03102c26380ee5 (patch)
tree6429f24a87fb71cd5c532d2994eb7676165c6f44 /iPhone
parentb82cfeb7b09d970d3cdc33cd0d7c87cbcbc26562 (diff)
Remove obsoleted nonsense symbols for suppressing libtool warnings
Diffstat (limited to 'iPhone')
-rw-r--r--iPhone/GTMUIFont+LineHeight.m5
1 files changed, 0 insertions, 5 deletions
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 <Availability.h>
-// 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