Also removing the implicit conversion from STRING to HTTP_*_TYPE

This commit is contained in:
Jocelyn Fiat
2012-05-02 11:40:23 +02:00
parent 18ced46c99
commit ee0e3df05f
2 changed files with 0 additions and 6 deletions

View File

@@ -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

View File

@@ -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)