diff --git a/src/clj/com/rpl/specter/macros.clj b/src/clj/com/rpl/specter/macros.clj index 756e6a9..8e7e119 100644 --- a/src/clj/com/rpl/specter/macros.clj +++ b/src/clj/com/rpl/specter/macros.clj @@ -278,8 +278,5 @@ coerce-tfns-rich) )) -;;TODO: hmm... not sure how to proxy it as don't know if its paramsneeded/compiler or rich/regular -;;could require later definition to be done with "defproxiedpath" or wrapped in proxied-path - (defmacro extend-protocolpath [protpath & extensions] `(extend-protocolpath* ~protpath ~(protpath-sym protpath) ~(vec extensions)))