Removed unused imports.

This commit is contained in:
Oliver Schmidt 2015-02-16 17:47:26 +01:00
parent 5aa1fab89f
commit 079e34939a
2 changed files with 0 additions and 3 deletions

View File

@ -31,7 +31,6 @@ HTTPD_TIMEOUT_SECONDS = 5 ; what's the maximum time we let 1 connection be
.import tcp_send_data_len
.import tcp_send
.import tcp_close
.import native_to_ascii
.import timer_seconds
temp_ptr = ptr1

View File

@ -35,8 +35,6 @@
.import failed_msg
.import print
.import print_errorcode
.import native_to_ascii
.import ascii_to_native
.export telnet_connect
.export telnet_use_native_charset