diff --git a/library/protocol/uri_template/src/uri_template_expression_variable.e b/library/protocol/uri_template/src/uri_template_expression_variable.e index d4aca4ac..ea1aa0c9 100644 --- a/library/protocol/uri_template/src/uri_template_expression_variable.e +++ b/library/protocol/uri_template/src/uri_template_expression_variable.e @@ -202,16 +202,6 @@ feature -- Report end Result.append (dft.out) end - --- if not explode_is_plus then --- Result.append (name) --- Result.append_character ('=') --- Result.append (dft.out) --- else --- Result.append (name) --- Result.append_character ('.') --- Result.append (dft.out) --- end when Path_segment_operator then if explode_is_plus then Result.append (name) @@ -299,15 +289,6 @@ feature -- Report end Result.append (dft.out) end --- if not explode_is_plus then --- Result.append (name) --- Result.append_character ('=') --- Result.append (dft.out) --- else --- Result.append (name) --- Result.append_character ('.') --- Result.append (dft.out) --- end when Path_segment_operator then if explode_is_plus then Result.append (name)