Unnecessary code

This commit is contained in:
Bruce Hill 2021-07-15 20:08:49 -07:00
parent 721f0e1897
commit 5df6f972d4

1
bb.c
View File

@ -1208,7 +1208,6 @@ int main(int argc, char *argv[])
.columns = "*smpn",
.sort = "+n",
.history = NULL,
.path = ".",
};
current_bb = &bb;
set_globs(&bb, "*");