Removing dead code

This commit is contained in:
Bruce Hill 2019-05-22 01:52:23 -07:00
parent 3a2438dc08
commit 51959819dd

1
bb.c
View File

@ -979,6 +979,5 @@ int main(int argc, char *argv[])
if (!realpath(path, _realpath))
err("realpath failed");
explore(_realpath, print_dir, print_selection, sep);
done:
return 0;
}