summaryrefslogtreecommitdiff
path: root/libmom/wire-memory.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-09-12 08:22:16 +0000
committerThomas Bushnell <thomas@gnu.org>1999-09-12 08:22:16 +0000
commitf9881efde06c7a8329557ce26fa5adfc84362391 (patch)
tree08ea5b781f8c72ea86882df83fb0681520da9913 /libmom/wire-memory.c
parent637f6a0aa9cec92581381a8a19a66d2f9b66216b (diff)
Directory removed; never used and now causing some confusion, and since
implementation plans have changed, it's not useful to distributed anymore.
Diffstat (limited to 'libmom/wire-memory.c')
-rw-r--r--libmom/wire-memory.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/libmom/wire-memory.c b/libmom/wire-memory.c
deleted file mode 100644
index b3832154..00000000
--- a/libmom/wire-memory.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- Copyright (C) 1996 Free Software Foundation, Inc.
- Written by Michael I. Bushnell, p/BSG.
-
- This file is part of the GNU Hurd.
-
- The GNU Hurd 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.
-
- The GNU Hurd 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
-
-#include "priv.h"
-
-
-error_t
-mom_wire_memory (void *start, size_t len)
-{
- return EOPNOTSUPP;
-}