From 11fc9bca5fc392d54c04ab37dd2dda004a8e46e7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 2 Nov 2005 21:51:57 +0000 Subject: [PATCH] (struct rm_options): Remove unlink_dirs. --- src/remove.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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; -- 2.47.3