From: Paul Eggert Date: Wed, 2 Nov 2005 21:51:57 +0000 (+0000) Subject: (struct rm_options): Remove unlink_dirs. X-Git-Tag: v6.0~1413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11fc9bca5fc392d54c04ab37dd2dda004a8e46e7;p=thirdparty%2Fcoreutils.git (struct rm_options): Remove unlink_dirs. --- diff --git a/src/remove.h b/src/remove.h index bc10a24636..414624b788 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;