Skip to content

Commit

Permalink
Remove the unused macro definition for AIX/zOS in abi.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
xingxue-ibm committed Jul 4, 2024
1 parent 29a4635 commit 88fc9eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions libcxx/docs/ReleaseNotes/19.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ ABI Affecting Changes
``random_device`` could throw a ``system_error`` with this value. It now
throws ``ENOMSG``.


Build System Changes
--------------------

Expand Down
4 changes: 0 additions & 4 deletions libcxx/include/__configuration/abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@
# if defined(__FreeBSD__) && __FreeBSD__ < 14
# define _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR
# endif
// AIX and 64-bit MVS must use _FillHelper for ABI backward compatibility.
# if defined(_AIX) || (defined(__MVS__) && defined(__64BIT__))
# define _LIBCXX_IOS_USE_FILL_HELPER
# endif
#endif

// We had some bugs where we use [[no_unique_address]] together with construct_at,
Expand Down

0 comments on commit 88fc9eb

Please sign in to comment.