aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSDictionary+URLArguments.m
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 /Foundation/GTMNSDictionary+URLArguments.m
parentb82cfeb7b09d970d3cdc33cd0d7c87cbcbc26562 (diff)
Remove obsoleted nonsense symbols for suppressing libtool warnings
Diffstat (limited to 'Foundation/GTMNSDictionary+URLArguments.m')
-rw-r--r--Foundation/GTMNSDictionary+URLArguments.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/Foundation/GTMNSDictionary+URLArguments.m b/Foundation/GTMNSDictionary+URLArguments.m
index 612ba5b..0e80607 100644
--- a/Foundation/GTMNSDictionary+URLArguments.m
+++ b/Foundation/GTMNSDictionary+URLArguments.m
@@ -22,10 +22,6 @@
#import "GTMDefines.h"
-// Export a nonsense symbol to suppress a libtool warning when this is linked alone in a static lib.
-__attribute__((visibility("default")))
- char GTMNSDictionaryURLArgumentsExportToSuppressLibToolWarning = 0;
-
#pragma clang diagnostic push
// Ignore all of the deprecation warnings for GTMNSString+URLArguments
#pragma clang diagnostic ignored "-Wdeprecated-declarations"