summaryrefslogtreecommitdiff
path: root/libc/conio/conio.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/conio/conio.c')
-rw-r--r--libc/conio/conio.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/conio/conio.c b/libc/conio/conio.c
index c0e9cbb..ee311a5 100644
--- a/libc/conio/conio.c
+++ b/libc/conio/conio.c
@@ -58,13 +58,6 @@ putch()
mov bx,sp
mov ax,[bx+2]
#endif
- cmp al,#$0A
- jne not_nl
- mov ax,#$0E0D
- mov bx,#7
- int $10
- mov al,#$0A
-not_nl:
mov ah,#$0E
mov bx,#7
int $10