From af4c324ea1fe068fa20850cb367ab757c1ec439c Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 10 Oct 2003 22:52:47 +0000 Subject: 2003-10-11 Marcus Brinkmann * nosenders.c, notify-stubs.c: Remove obsolete files. --- libtrivfs/notify-stubs.c | 53 ------------------------------------------------ 1 file changed, 53 deletions(-) delete mode 100644 libtrivfs/notify-stubs.c (limited to 'libtrivfs/notify-stubs.c') diff --git a/libtrivfs/notify-stubs.c b/libtrivfs/notify-stubs.c deleted file mode 100644 index 448984a4..00000000 --- a/libtrivfs/notify-stubs.c +++ /dev/null @@ -1,53 +0,0 @@ -/* - Copyright (C) 1994 Free Software Foundation - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2, or (at - your option) any later version. - - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - -#include "priv.h" -#include "notify_S.h" - -kern_return_t -trivfs_do_mach_notify_port_deleted (mach_port_t notify, - mach_port_t name) -{ - return 0; -} - -kern_return_t -trivfs_do_mach_notify_msg_accepted (mach_port_t notify, - mach_port_t name) -{ - return 0; -} - -kern_return_t -trivfs_do_mach_notify_port_destroyed (mach_port_t notify, - mach_port_t name) -{ - return 0; -} - -kern_return_t -trivfs_do_mach_notify_send_once (mach_port_t notify) -{ - return 0; -} - -kern_return_t -trivfs_do_mach_notify_dead_name (mach_port_t notify, - mach_port_t name) -{ - return 0; -} -- cgit v1.2.3