commit fcc76d04c59db5a81d97ede75c37752001d2d64a parent cfbd62368ce824034a1e3ee5437b20cfe3170382 Author: Pavel Renev <an2qzavok@gmail.com> Date: Sat, 30 Jan 2021 21:24:08 +0000 domfs.c: cleanup old testing code Diffstat:
M | domfs.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/domfs.c b/domfs.c @@ -684,8 +684,6 @@ main(int argc, char **argv) stackpush(&files, rootf); fnew = newfinf(TNEW, &rootf); stackpush(&files, fnew); - - stackpush(&trees, newtree()); Srv fs = { .attach = fsattach,