rm: Remove unneeded declarations - sbase - suckless unix tools
 (HTM) git clone git://git.suckless.org/sbase
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f3bf46b44b5cd14068c9d48ddd7ffb1c7e4b26ca
 (DIR) parent 11492947deec4e54e67da8cf1934767f02d146c1
 (HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Tue, 22 Apr 2025 18:15:24 +0200
       
       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.
       
       Diffstat:
         M fs.h                                |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/fs.h b/fs.h
       @@ -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;