Skip to content

Commit

Permalink
I'm seeing
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Nyarko authored and Emmanuel Nyarko committed Feb 7, 2024
1 parent 5569103 commit 0058eb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/stdcpp/list.d
Original file line number Diff line number Diff line change
Expand Up @@ -476,12 +476,6 @@ version (CppRuntime_Clang)

bool empty() const nothrow {return __sz() == 0; }

void __unlink_nodes(__list_node_base!(value_tp,void_pointer)* __f, __list_node_base!(value_tp, void_pointer)* __l) nothrow
{
__f.prev.next = __l.next;
__l.next.prev = __f.prev;
}

void clear() nothrow;

~this()
Expand Down

0 comments on commit 0058eb4

Please sign in to comment.