From 079e34939a3d9bc7e1b9c7d0e892f169a2537fca Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Mon, 16 Feb 2015 17:47:26 +0100 Subject: [PATCH] Removed unused imports. --- ip65/httpd.s | 1 - ip65/telnet.s | 2 -- 2 files changed, 3 deletions(-) diff --git a/ip65/httpd.s b/ip65/httpd.s index a124479..53751c8 100644 --- a/ip65/httpd.s +++ b/ip65/httpd.s @@ -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 diff --git a/ip65/telnet.s b/ip65/telnet.s index 522c983..f46616d 100644 --- a/ip65/telnet.s +++ b/ip65/telnet.s @@ -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