From 010b3e2e1eb3870724bbde6de7a0929b20bf2f75 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 3 Mar 2026 07:57:50 +0100 Subject: working on utf8 handling and lexing --- src/common.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common.cc') 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; -- cgit v1.2.3