Removed useless __errno imports

git-svn-id: svn://svn.cc65.org/cc65/trunk@2657 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-11-13 00:12:56 +00:00
parent 6c78e0deab
commit 227f4a7bc2
5 changed files with 5 additions and 12 deletions

View File

@@ -10,9 +10,8 @@
;
.export oserrcheck
.import __oserror
.import __osmaperrno
.import __errno
.include "errno.inc"
.proc oserrcheck
@@ -32,4 +31,4 @@ ok: tax ; Make high byte also zero
.endproc