summaryrefslogtreecommitdiff
path: root/src/voidc.cc
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-01 22:08:03 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-01 22:08:03 +0100
commitb212ec381850232efb2f7ce30e1924796ab15c3c (patch)
tree53079296c4bf9b1180900628376eeaaa435d7627 /src/voidc.cc
parent1dea700d4f6f3b35b80cb4230671e4ece0d7b144 (diff)
dont need manual flush
Diffstat (limited to 'src/voidc.cc')
-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);
}