aboutsummaryrefslogtreecommitdiff
path: root/libtreefs/fs-mutate.h
diff options
context:
space:
mode:
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";