Kernel: Remove unused forward declaration of Syscall::StringArgument
The real struct is in Kernel::Syscall::StringArgument, so the namespace was wrong anyway. But regardless, this forward declaration was unused.
This commit is contained in:
parent
39993a8fab
commit
c9d1c12efa
Notes:
sideshowbarker
2024-07-18 01:06:40 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/c9d1c12efa0 Pull-request: https://github.com/SerenityOS/serenity/pull/10737 Reviewed-by: https://github.com/BenWiederhake Reviewed-by: https://github.com/PeterBindels-TomTom Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/dascandy Reviewed-by: https://github.com/trflynn89
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@
|
|||
#include <Kernel/KString.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
|
||||
namespace Syscall {
|
||||
struct StringArgument;
|
||||
}
|
||||
|
||||
ErrorOr<NonnullOwnPtr<Kernel::KString>> try_copy_kstring_from_user(Userspace<const char*>, size_t);
|
||||
ErrorOr<Time> copy_time_from_user(timespec const*);
|
||||
ErrorOr<Time> copy_time_from_user(timeval const*);
|
||||
|
|
Loading…
Add table
Reference in a new issue