summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-02 21:51:57 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-02 21:51:57 +0000
commit11fc9bca5fc392d54c04ab37dd2dda004a8e46e7 (patch)
tree96088c45366c13e7aef0a8d53aeed620147036ca
parent784e24b06bb22244f5c08cf67ebe8d99012f0bf7 (diff)
downloadcoreutils-11fc9bca5fc392d54c04ab37dd2dda004a8e46e7.tar.xz
(struct rm_options): Remove unlink_dirs.
-rw-r--r--src/remove.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/remove.h b/src/remove.h
index bc10a2463..414624b78 100644
--- a/src/remove.h
+++ b/src/remove.h
@@ -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;