diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-05-22 01:52:23 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-05-22 01:52:23 -0700 |
| commit | 51959819dde57dc3b522504aaee83b94f48e5b69 (patch) | |
| tree | 9c34bb05fe26b640591564a2f6bd900e740eeaf6 /bb.c | |
| parent | 3a2438dc081e624570a000e2e3c5617837ba0892 (diff) | |
Removing dead code
Diffstat (limited to 'bb.c')
| -rw-r--r-- | bb.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |
