Skip to content

Commit

Permalink
Remove now redundant MultiFn as-response
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcveigh committed Dec 20, 2014
1 parent 38ddb7d commit eb3e7e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/liberator/representation.clj
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@
(as-response [this context]
(as-response (render-map-generic this context) context))

clojure.lang.MultiFn
(as-response [multi-fn context]
(as-response (multi-fn context) context))

;; If a string is returned, we should carry out the conversion of both the charset and the encoding.
String
(as-response [this {representation :representation}]
Expand Down

0 comments on commit eb3e7e4

Please sign in to comment.