Skip to content

Commit

Permalink
Remove unused spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Oct 23, 2022
1 parent 029ad2d commit f2910be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/com/eldrix/hermes/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,6 @@
query (search/q-not (search/q-or [q1 historic-query]) (search/q-fsn))]
(search/do-query-for-results (.-searcher svc) query)))


(s/def ::transitive-synonym-params (s/or :by-search map? :by-ecl string? :by-concept-ids coll?))

(s/fdef all-transitive-synonyms
:args (s/cat :svc ::svc
:params (s/alt :by-ecl string? :by-search ::search-params ::by-concept-ids (s/coll-of :info.snomed.Concept/id))))
Expand Down

0 comments on commit f2910be

Please sign in to comment.