diff src/syscalls.cc @ 2078:4d43f960f2cc

[project @ 1996-04-24 01:12:59 by jwe]
author jwe
date Wed, 24 Apr 1996 01:14:04 +0000
parents ad74682dc97e
children 452f63bfa60c
line wrap: on
line diff
--- a/src/syscalls.cc
+++ b/src/syscalls.cc
@@ -43,6 +43,7 @@
 #include "defun.h"
 #include "error.h"
 #include "file-ops.h"
+#include "gripes.h"
 #include "help.h"
 #include "lo-utils.h"
 #include "oct-map.h"
@@ -81,12 +82,6 @@
   return m;
 }
 
-static void
-gripe_not_supported (const char *fcn)
-{
-  error ("%s: not supported on this system", fcn);
-}
-
 DEFUN(dup2, args, ,
  "fid = dup2 (old, new)")
 {