소스 검색

(exec_error,fork_error,dup2_error,pipe_error): Removed unneeded functions.

Sergey Poznyakoff 20 년 전
부모
커밋
fa63755f6b
1개의 변경된 파일0개의 추가작업 그리고 24개의 파일을 삭제
  1. 0 24
      src/misc.c

+ 0 - 24
src/misc.c

@@ -659,30 +659,6 @@ mknod_error (char const *name)
   call_arg_error ("mknod", name);
 }
 
-void
-exec_error (char const *name)
-{
-  call_arg_error ("exec", name);
-}
-
-void
-fork_error (char const *name)
-{
-  call_arg_error ("fork", name);
-}
-
-void
-dup2_error (char const *name)
-{
-  call_arg_error ("dup2", name);
-}
-
-void
-pipe_error (char const *name)
-{
-  call_arg_error ("pipe", name);
-}
-
 void
 open_error (char const *name)
 {