Removed unused _kern_socket() dummy.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-04-11 03:37:18 +00:00
parent 0fc6c43728
commit 446d50a652

View File

@ -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 -