aboutsummaryrefslogtreecommitdiff
path: root/libtreefs/fs-mutate.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-10-13 00:54:55 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-10-13 00:55:20 +0200
commit5eac2a9ffd7629fcba1c4800c63f90f8ea32ad17 (patch)
treeaa03a8cc5951ab35e4486bf7ab8809e9997867c2 /libtreefs/fs-mutate.h
parent96a673a4b0b7da004b7ffe6460894e94f57cd14a (diff)
downloadhurd-5eac2a9ffd7629fcba1c4800c63f90f8ea32ad17.tar.gz
hurd-5eac2a9ffd7629fcba1c4800c63f90f8ea32ad17.tar.bz2
hurd-5eac2a9ffd7629fcba1c4800c63f90f8ea32ad17.zip
libtreefs: remove unfinished and unused code
* libtreefs: Remove directory.
Diffstat (limited to 'libtreefs/fs-mutate.h')
-rw-r--r--libtreefs/fs-mutate.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/libtreefs/fs-mutate.h b/libtreefs/fs-mutate.h
deleted file mode 100644
index 6ddec3fa..00000000
--- a/libtreefs/fs-mutate.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* Automagic type transformation for our mig interfaces
-
- 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. */
-
-/* Only CPP macro definitions should go in this file. */
-
-#define FILE_INTRAN treefs_handle_t treefs_begin_using_handle_port (file_t)
-#define FILE_DESTRUCTOR treefs_end_using_handle_port (treefs_handle_t)
-
-#define IO_INTRAN treefs_handle_t treefs_begin_using_handle_port (io_t)
-#define IO_DESTRUCTOR treefs_end_using_handle_port (treefs_handle_t)
-
-#define FILE_IMPORTS import "mig-decls.h";
-#define IO_IMPORTS import "mig-decls.h";
-#define FSYS_IMPORTS import "mig-decls.h";
-#define IFSOCK_IMPORTS import "mig-decls.h";