From 446d50a652873fa983ad2560e67899e661272863 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 11 Apr 2008 03:37:18 +0000 Subject: [PATCH] Removed unused _kern_socket() dummy. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24907 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/syscalls.cpp | 9 --------- 1 file changed, 9 deletions(-) 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 -