Skip to content

Commit

Permalink
remove definition of macro that is no longer used (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler authored Nov 26, 2024
1 parent a085ba1 commit 7d35d56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcudacxx/test/utils/libcudacxx/test/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,6 @@ def configure_compile_flags_rtti(self):
self.cxx.compile_flags += ['-D_SILENCE_CXX20_CISO646_REMOVED_WARNING']
else:
self.cxx.compile_flags += ['-fno-rtti']
self.cxx.compile_flags += ['-D_LIBCUDACXX_NO_RTTI']

def configure_compile_flags_abi_version(self):
abi_version = self.get_lit_conf('abi_version', '').strip()
Expand Down

0 comments on commit 7d35d56

Please sign in to comment.