curl: Remove broken parsing of options from url
authorMatthew Booth <mbooth@redhat.com>
Wed, 14 May 2014 23:28:41 +0000 (19:28 -0400)
committerKevin Wolf <kwolf@redhat.com>
Mon, 19 May 2014 09:36:49 +0000 (11:36 +0200)
commite3542c67af4cb4fd90e3be912630be9acd97b9c0
treee972f38e88e953a96bed6f5c042977b3b0171830
parent9aedd5a5d607216e41bfa6a2c1f7f5d2b17041c3
curl: Remove broken parsing of options from url

The block layer now supports a generic json syntax for passing option parameters
explicitly, making parsing of options from the url redundant.

Signed-off-by: Matthew Booth <mbooth@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/curl.c