summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c
index 1bb3b5d8a..f91ac55d4 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -148,7 +148,7 @@ print_nth_dir (FILE *stream, unsigned int depth)
unsigned int sum = 0;
unsigned int i;
- assert (0 <= depth && depth < current_depth ());
+ assert (depth < current_depth ());
for (i = 0; i <= depth; i++)
{