removed unused local variables
This commit is contained in:
@@ -36,8 +36,6 @@ feature -- Input
|
|||||||
read_character
|
read_character
|
||||||
-- Read the next character in input stream.
|
-- Read the next character in input stream.
|
||||||
-- Make the result available in `last_character'.
|
-- Make the result available in `last_character'.
|
||||||
local
|
|
||||||
s: detachable STRING
|
|
||||||
do
|
do
|
||||||
if source.socket_ok then
|
if source.socket_ok then
|
||||||
source.read_character
|
source.read_character
|
||||||
|
|||||||
Reference in New Issue
Block a user