]> Dogcows Code - chaz/tar/blobdiff - src/misc.c
(exec_error,fork_error,dup2_error,pipe_error): Removed unneeded functions.
[chaz/tar] / src / misc.c
index 148d766c1dd00de8124142f11e2fbf8103a475ca..0ade2000d4352fb46484f9b1d02d9dec2e722177 100644 (file)
@@ -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)
 {
This page took 0.024804 seconds and 4 git commands to generate.