mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-29 08:46:42 +00:00
VirtualConsole::m_lock was only used in a single place: on_tty_write() That function is already protected by a global lock, so this second lock served no purpose whatsoever.