Removed unused local variables.
This commit is contained in:
@@ -284,7 +284,6 @@ feature -- Misc
|
|||||||
-- Values as list of [name, type, value].
|
-- Values as list of [name, type, value].
|
||||||
local
|
local
|
||||||
l_type, l_name: READABLE_STRING_8
|
l_type, l_name: READABLE_STRING_8
|
||||||
l_value: READABLE_STRING_32
|
|
||||||
do
|
do
|
||||||
error_handler.reset
|
error_handler.reset
|
||||||
create {ARRAYED_LIST [TUPLE [name: READABLE_STRING_GENERAL; type: detachable READABLE_STRING_8; value: detachable READABLE_STRING_32]]} Result.make (5)
|
create {ARRAYED_LIST [TUPLE [name: READABLE_STRING_GENERAL; type: detachable READABLE_STRING_8; value: detachable READABLE_STRING_32]]} Result.make (5)
|
||||||
|
|||||||
@@ -604,7 +604,6 @@ feature -- Hook
|
|||||||
jobj,jo,j: JSON_OBJECT
|
jobj,jo,j: JSON_OBJECT
|
||||||
f: PLAIN_TEXT_FILE
|
f: PLAIN_TEXT_FILE
|
||||||
u: CMS_USER
|
u: CMS_USER
|
||||||
s: STRING_32
|
|
||||||
do
|
do
|
||||||
if attached a_response.has_permissions (<<"admin export", "export core">>) then
|
if attached a_response.has_permissions (<<"admin export", "export core">>) then
|
||||||
if a_export_id_list = Void then -- Include everything
|
if a_export_id_list = Void then -- Include everything
|
||||||
|
|||||||
Reference in New Issue
Block a user