diff options
Diffstat (limited to 'src/common.cc')
| -rw-r--r-- | src/common.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.cc b/src/common.cc index 64c462b..de2f6de 100644 --- a/src/common.cc +++ b/src/common.cc @@ -122,7 +122,6 @@ static inline void link_remove(Link* item) { Link* next = item->next; if (prev != nullptr) prev->next = next; - if (next != nullptr) next->prev = prev; item->prev = item->next = nullptr; |
