summaryrefslogtreecommitdiffstats
path: root/machine/m_decosf1.c
diff options
context:
space:
mode:
Diffstat (limited to 'machine/m_decosf1.c')
-rw-r--r--machine/m_decosf1.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/machine/m_decosf1.c b/machine/m_decosf1.c
index 7408203..2397fe5 100644
--- a/machine/m_decosf1.c
+++ b/machine/m_decosf1.c
@@ -1012,10 +1012,3 @@ setpriority(int dummy, int procnum, int niceval)
}
return (syscall(SYS_setpriority, PRIO_PROCESS, procnum, niceval));
}
-
-void
-get_io_info(struct io_info *io_info)
-{
- /* Not supported yet */
- memset(io_info, 0, sizeof(*io_info));
-}