From ddd9eb646d0c77e5ba3975d37c1c69de4b2d1803 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 14 May 2012 22:07:48 +0200 Subject: [PATCH] removed commented lines --- .../src/uri_template_expression_variable.e | 19 ------------------- 1 file changed, 19 deletions(-) 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)