diff --git a/library/protocol/uri_template/src/uri_template.e b/library/protocol/uri_template/src/uri_template.e index a07428b3..d75af2e6 100644 --- a/library/protocol/uri_template/src/uri_template.e +++ b/library/protocol/uri_template/src/uri_template.e @@ -190,7 +190,6 @@ feature -- Match --| FIXME jfiat [2011/07/22] : check this ... --| There should be at least one literal between two expression --| {var}{foobar} is ambigous for matching ... - b := False if q > p then t := tpl.substring (p, q - 1) s := a_uri.substring (p + l_offset, q + l_offset - 1)