rm: Remove unneeded declarations

Rm uses flags from a data object passed to the recursion callback and
the old global variables are not defined anymore.
This commit is contained in:
Roberto E. Vargas Caballero 2025-04-22 18:15:24 +02:00
parent 11492947de
commit f3bf46b44b

2
fs.h
View File

@ -35,8 +35,6 @@ extern int cp_vflag;
extern int cp_follow;
extern int cp_status;
extern int rm_fflag;
extern int rm_rflag;
extern int rm_status;
extern int recurse_status;