diff options
-rw-r--r-- | gcc/c-family/c-common.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index eaf129340..e5fbe0dff 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -6952,10 +6952,6 @@ handle_visibility_attribute (tree *node, tree name, tree args, && lookup_attribute ("dllimport", attributes)) error ("%qD was declared %qs which implies default visibility", decl, "dllimport"); - else if (TARGET_DLLIMPORT_DECL_ATTRIBUTES - && lookup_attribute ("dllexport", attributes)) - error ("%qD was declared %qs which implies default visibility", - decl, "dllexport"); } DECL_VISIBILITY (decl) = vis; |