aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-29 08:29:21 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-29 08:29:21 -0400
commit44f7a7087a78a86367096a574245406b5116bf42 (patch)
tree33ef78ae524acb90f347f1f071b5741f1729dbff
parent6f1ee17b375c74e8211e698fcdb527e210f13c71 (diff)
downloadfujinet-chat-44f7a7087a78a86367096a574245406b5116bf42.tar.gz
Remove unused cio.s, inherited from netcat.
-rw-r--r--src/cio.s8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cio.s b/src/cio.s
deleted file mode 100644
index 69a789a..0000000
--- a/src/cio.s
+++ /dev/null
@@ -1,8 +0,0 @@
- ;; Call CIO
-
- .export _ciov
-
-_ciov: LDX #$00
- JSR $E456
- RTS
-