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) 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

View File

@@ -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