removed unused local variables

This commit is contained in:
Jocelyn Fiat
2012-12-13 18:43:15 +01:00
parent e7f458fd50
commit 4a65015988
2 changed files with 0 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ feature {WSF_RESPONSE} -- Output
send_to (res: WSF_RESPONSE)
local
s: STRING
l_title: detachable READABLE_STRING_GENERAL
h: like header
do
h := header

View File

@@ -35,7 +35,6 @@ feature {WSF_RESPONSE} -- Output
send_to (res: WSF_RESPONSE)
local
s: STRING
l_title: detachable READABLE_STRING_GENERAL
h: like header
req: like request
n, nb: INTEGER