logo

deblob

remove binary executables from a directory git clone https://hacktivis.me/git/deblob.git
commit: 8181c7be216f8cb73dd828b05acd9efd638eb5f2
parent 66ffd07e0c4872eac6bbc3b57020c5ff8fb77b55
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 18 Feb 2022 10:36:34 +0100

Remove unused fn_noop function

Diffstat:

Mmain.ha4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/main.ha b/main.ha @@ -171,10 +171,6 @@ fn check_dir(dirname: str, ignoring: bool) (void | errors::invalid) = { assert(len(files_before) == 8); }; -fn fn_noop() void = { - return; -}; - export fn main() void = { const cmd = getopt::parse(os::args, "Remove binary executable files",