about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
Diffstat (limited to '400.mu')
-rw-r--r--400.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/400.mu b/400.mu
index 4b896ba5..7b32f3cb 100644
--- a/400.mu
+++ b/400.mu
@@ -172,5 +172,3 @@ sig stream-empty? s: (addr stream _) -> result/eax: boolean
 sig stream-full? s: (addr stream _) -> result/eax: boolean
 
 sig copy-bytes src: (addr byte), dest: (addr byte), n: int
-
-sig flush-stdout