]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(struct rm_options): Remove unlink_dirs.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Nov 2005 21:51:57 +0000 (21:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Nov 2005 21:51:57 +0000 (21:51 +0000)
src/remove.h

index bc10a246366225694f9cb4530f8e16d6c44e6f6b..414624b788b05c00980e8f166f410fa1f4757d74 100644 (file)
@@ -1,6 +1,6 @@
 /* Remove directory entries.
 
-   Copyright (C) 1998, 2000, 2002, 2003, 2004 Free Software
+   Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005 Free Software
    Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
@@ -40,11 +40,6 @@ struct rm_options
   /* If nonzero, stdin is a tty.  */
   bool stdin_tty;
 
-  /* If true, remove directories with unlink instead of rmdir, and don't
-     require a directory to be empty before trying to unlink it.
-     Only works for the super-user.  */
-  bool unlink_dirs;
-
   /* If true, display the name of each file removed.  */
   bool verbose;