Skip to content

Commit

Permalink
Remove Form.unquote
Browse files Browse the repository at this point in the history
  • Loading branch information
j4cbo committed Aug 8, 2010
1 parent 19651f2 commit 75423ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions web/form.sig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ signature FORM = sig

val dump: form -> string

(* Still here for historical reasons *)
val unquote: string -> string

end
3 changes: 0 additions & 3 deletions web/form.sml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ structure Form : FORM = struct
type form = string list Map.map


(* Still here for compatibility *)
val unquote = WebUtil.urldecode

(* val parseVars: string -> (string * string) list
*
* Parse out a query string (key=value&key=value&...) into a set of pairs
Expand Down

0 comments on commit 75423ae

Please sign in to comment.