Skip to content

Commit

Permalink
Withdraw undef of IA64 as already fixed by CNCF
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcw committed Nov 10, 2024
1 parent ae421a9 commit 5045713
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions sdk/include/opentelemetry/sdk/resource/semantic_conventions.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@
#include "opentelemetry/common/macros.h"
#include "opentelemetry/version.h"

/*
* Special considerations for HostArchValues
*
* The sys/systemcfg.h header on AIX is known to define an IA64 macro,
* which collides with HostArchValues::IA64.
*/
#ifdef _AIX
# ifdef IA64
# pragma message "Removing define on IA64"
# undef IA64
# endif
#endif

OPENTELEMETRY_BEGIN_NAMESPACE
namespace sdk
{
Expand Down

0 comments on commit 5045713

Please sign in to comment.