From ee0e3df05f6b69550eb807d0469204b4bc3977ea Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 2 May 2012 11:40:23 +0200 Subject: [PATCH] Also removing the implicit conversion from STRING to HTTP_*_TYPE --- library/protocol/http/src/http_content_type.e | 3 --- library/protocol/http/src/http_media_type.e | 3 --- 2 files changed, 6 deletions(-) diff --git a/library/protocol/http/src/http_content_type.e b/library/protocol/http/src/http_content_type.e index 552ff4db..0a819aac 100644 --- a/library/protocol/http/src/http_content_type.e +++ b/library/protocol/http/src/http_content_type.e @@ -15,9 +15,6 @@ create make, make_from_string -convert - make_from_string ({READABLE_STRING_8, STRING_8, IMMUTABLE_STRING_8}) - feature -- Access charset_parameter: detachable READABLE_STRING_8 diff --git a/library/protocol/http/src/http_media_type.e b/library/protocol/http/src/http_media_type.e index 0465f1be..0b9d0055 100644 --- a/library/protocol/http/src/http_media_type.e +++ b/library/protocol/http/src/http_media_type.e @@ -40,9 +40,6 @@ create make, make_from_string -convert - make_from_string ({READABLE_STRING_8, STRING_8, IMMUTABLE_STRING_8}) - feature {NONE} -- Initialization make (a_type, a_subtype: READABLE_STRING_8)