Clean code: removed unused variables.

Move BASIC_AUTH module to ROC_SERVER setup, as an example
of module extension
This commit is contained in:
jvelilla
2014-10-08 16:33:41 -03:00
committed by Jocelyn Fiat
parent 4841039d4a
commit b8257e7bf0
9 changed files with 1 additions and 19 deletions

View File

@@ -87,8 +87,6 @@ feature -- HTTP Methods
do_post (req: WSF_REQUEST; res: WSF_RESPONSE)
-- <Precursor>
local
u_node: CMS_NODE
do
if attached current_user_name (req) then
if attached {WSF_STRING} req.path_parameter ("id") as l_id then