mirror of https://gitlab.com/basile.b/dexed.git
dastworx, flush was a workaround the crashes due to null moduleDeclarations
This commit is contained in:
parent
ccb85aa086
commit
58f47db23c
|
@ -64,7 +64,6 @@ void listFilesImports(string[] files)
|
|||
else
|
||||
writeln('"', fname, '"');
|
||||
il.visit(mod);
|
||||
stdout.flush;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -60,7 +60,6 @@ void main(string[] args)
|
|||
"s", &handleSymListOption,
|
||||
"t", &handleTodosOption,
|
||||
);
|
||||
stdout.flush;
|
||||
}
|
||||
|
||||
/// Handles the "-s" option: create the symbol list in the output
|
||||
|
|
Loading…
Reference in New Issue