diff --git a/library/server/ewsgi/connectors/nino/src/wgi_nino_input_stream.e b/library/server/ewsgi/connectors/nino/src/wgi_nino_input_stream.e index 48493327..420a1df3 100644 --- a/library/server/ewsgi/connectors/nino/src/wgi_nino_input_stream.e +++ b/library/server/ewsgi/connectors/nino/src/wgi_nino_input_stream.e @@ -36,8 +36,6 @@ feature -- Input read_character -- Read the next character in input stream. -- Make the result available in `last_character'. - local - s: detachable STRING do if source.socket_ok then source.read_character