mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02: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.