Skip to content

Commit

Permalink
Remove not used code
Browse files Browse the repository at this point in the history
    * ACE/include/makeinclude/platform_gcc_clang_common.GNU:
  • Loading branch information
jwillemsen committed Oct 27, 2023
1 parent fcb92be commit 95a9b90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ACE/include/makeinclude/platform_gcc_clang_common.GNU
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ CCFLAGS += -Wnon-virtual-dtor
# Suppress "Creating *.a" Message
ARFLAGS += -c

gcc_template_instantiation_visibility ?= 0
ifeq ($(shared_libs), 1)
ifneq ($(static_libs_only), 1)
# Add all symbols to the dynamic symbol table. Needed to enable
Expand Down Expand Up @@ -34,9 +33,6 @@ ifeq ($(shared_libs), 1)
# improved shared library binaries.
ifneq ($(no_hidden_visibility),1)
CCFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
ifeq ($(gcc_template_instantiation_visibility),1)
CCFLAGS += -DACE_GCC_HAS_TEMPLATE_INSTANTIATION_VISIBILITY_ATTRS=1
endif # gcc_template_instantiation_visibility
else
CPPFLAGS += -DACE_HAS_CUSTOM_EXPORT_MACROS=0
endif # no_hidden_visibility
Expand Down

0 comments on commit 95a9b90

Please sign in to comment.