[hackers] [sbase] rm: Remove unneeded declarations || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Tue, 22 Apr 2025 18:19:19 +0200 (CEST)

commit f3bf46b44b5cd14068c9d48ddd7ffb1c7e4b26ca
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Tue Apr 22 18:15:24 2025 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Tue Apr 22 18:18:31 2025 +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.

diff --git a/fs.h b/fs.h
index f8a9322..085fb8c 100644
--- a/fs.h
+++ b/fs.h
_AT_@ -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;
Received on Tue Apr 22 2025 - 18:19:19 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 22 2025 - 18:24:40 CEST