Removed unused local variable.

Updated SHARED_LOGGER to remove a few obsolete calls on json parser.
This commit is contained in:
2015-01-30 19:40:10 +01:00
parent be0b5c23d2
commit 02368fe3d2
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
note
description: "Provides logger information"
date: "$Date: 2015-01-27 19:15:02 +0100 (mar., 27 janv. 2015) $"
revision: "$Revision: 96542 $"
date: "$Date: 2015-01-30 19:39:52 +0100 (ven., 30 janv. 2015) $"
revision: "$Revision: 96564 $"
class
SHARED_LOGGER
@@ -109,7 +109,7 @@ feature {NONE} -- JSON
new_json_parser (a_string: STRING): JSON_PARSER
do
create Result.make_parser (a_string)
create Result.make_with_string (a_string)
end
note

View File

@@ -119,7 +119,6 @@ feature -- Settings: router
local
l_root_handler: CMS_ROOT_HANDLER
l_methods: WSF_REQUEST_METHODS
h: WSF_URI_HANDLER
do
log.write_debug (generator + ".configure_api_root")
create l_root_handler.make (api)