Skip to content

Commit

Permalink
Remove unused macro (#18504)
Browse files Browse the repository at this point in the history
IREE_TRACING_HOOK_CPP_NEW_DELETE macro was added to override `operator
new` in b251a94 but the override was
removed in 307576d .
  • Loading branch information
Groverkss committed Sep 12, 2024
1 parent 1dee3bd commit febe0ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions runtime/bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ target_compile_options(iree_runtime_bindings_python_PyExtRt
# Default COPTS disable exceptions/rtti. Re-enable them.
${_RTTI_AND_EXCEPTION_COPTS}
)
target_compile_definitions(iree_runtime_bindings_python_PyExtRt
PRIVATE
IREE_TRACING_HOOK_CPP_NEW_DELETE=0
)

set_target_properties(
iree_runtime_bindings_python_PyExtRt
Expand Down

0 comments on commit febe0ed

Please sign in to comment.