diff options
author | Andrew Kaster <akaster@serenityos.org> | 2021-11-14 15:48:27 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-11-16 00:13:22 +0100 |
commit | 194456efdcdeb67c34a9e255385c777ea411b308 (patch) | |
tree | 00059da015edfefeacb8b3c4bdb0705ace72472d /Kernel/Syscalls/unveil.cpp | |
parent | cca4268ff84b7abd09b04db4f8d73cbdf960110c (diff) | |
download | serenity-194456efdcdeb67c34a9e255385c777ea411b308.zip |
Kernel: Remove unnecessary StringBuilder from sys$create_thread()
A series of refactors changed Threads to always have a name, and to
store their name as a KString. Before the refactors a StringBuilder was
used to format the default thread name for a non-main thread, but it is
since unused. Remove it and the AK/String related header includes from
the thread syscall implementation file.
Diffstat (limited to 'Kernel/Syscalls/unveil.cpp')
0 files changed, 0 insertions, 0 deletions