removed unused local variables
This commit is contained in:
@@ -50,7 +50,6 @@ feature {WSF_RESPONSE} -- Output
|
|||||||
send_to (res: WSF_RESPONSE)
|
send_to (res: WSF_RESPONSE)
|
||||||
local
|
local
|
||||||
s: STRING
|
s: STRING
|
||||||
l_title: detachable READABLE_STRING_GENERAL
|
|
||||||
h: like header
|
h: like header
|
||||||
do
|
do
|
||||||
h := header
|
h := header
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ feature {WSF_RESPONSE} -- Output
|
|||||||
send_to (res: WSF_RESPONSE)
|
send_to (res: WSF_RESPONSE)
|
||||||
local
|
local
|
||||||
s: STRING
|
s: STRING
|
||||||
l_title: detachable READABLE_STRING_GENERAL
|
|
||||||
h: like header
|
h: like header
|
||||||
req: like request
|
req: like request
|
||||||
n, nb: INTEGER
|
n, nb: INTEGER
|
||||||
|
|||||||
Reference in New Issue
Block a user