diff --git a/src/system/kernel/syscalls.cpp b/src/system/kernel/syscalls.cpp index 4e4a542b69..86d92299f5 100644 --- a/src/system/kernel/syscalls.cpp +++ b/src/system/kernel/syscalls.cpp @@ -171,15 +171,6 @@ _user_restore_signal_frame() } -// TODO: Replace when networking code is added to the build. - -static inline int -_user_socket(int family, int type, int proto) -{ - return 0; -} - - // #pragma mark -