Introduction
Introduction Statistics Contact Development Disclaimer Help
rm: Remove unneeded declarations - sbase - suckless unix tools
git clone git://git.suckless.org/sbase
Log
Files
Refs
README
LICENSE
---
commit f3bf46b44b5cd14068c9d48ddd7ffb1c7e4b26ca
parent 11492947deec4e54e67da8cf1934767f02d146c1
Author: Roberto E. Vargas Caballero <[email protected]>
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(-)
---
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;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.