Skip to content

Commit

Permalink
Decomment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Jun 7, 2024
1 parent 28795b0 commit 7daa4db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/sparrow/c_interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,7 @@ namespace sparrow
void delete_schema(ArrowSchema* schema)
{
SPARROW_ASSERT_FALSE(schema == nullptr)
// #if !(defined(__clang__) && __clang_major__ < 15)
// SPARROW_ASSERT_TRUE(schema->release == std::addressof(delete_schema<Allocator>))
// #endif
SPARROW_ASSERT_TRUE(schema->release == std::addressof(delete_schema<Allocator>))

schema->flags = 0;
schema->n_children = 0;
Expand Down

0 comments on commit 7daa4db

Please sign in to comment.