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", .columns = "*smpn",
.sort = "+n", .sort = "+n",
.history = NULL, .history = NULL,
.path = ".",
}; };
current_bb = &bb; current_bb = &bb;
set_globs(&bb, "*"); set_globs(&bb, "*");