From 58f47db23c1209794619f17d3723765a3654e582 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 18 Oct 2016 06:43:50 +0200 Subject: [PATCH] dastworx, flush was a workaround the crashes due to null moduleDeclarations --- dastworx/src/imports.d | 1 - dastworx/src/main.d | 1 - 2 files changed, 2 deletions(-) diff --git a/dastworx/src/imports.d b/dastworx/src/imports.d index c1b4a16d..5b3d5463 100644 --- a/dastworx/src/imports.d +++ b/dastworx/src/imports.d @@ -64,7 +64,6 @@ void listFilesImports(string[] files) else writeln('"', fname, '"'); il.visit(mod); - stdout.flush; } } diff --git a/dastworx/src/main.d b/dastworx/src/main.d index 60f9b2e5..116a0b18 100644 --- a/dastworx/src/main.d +++ b/dastworx/src/main.d @@ -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