summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/voidc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/voidc.cc b/src/voidc.cc
index 2dd91f9..e69b8a6 100644
--- a/src/voidc.cc
+++ b/src/voidc.cc
@@ -17,7 +17,6 @@ int main() {
slice_copy(heap_allocator(), &SOURCE_STRING, &source);
slice_write(&source, stdout);
- fflush(stdout);
slice_deallocate(heap_allocator(), &source);
}