Skip to content

Commit 50e6c7f

Browse files
committed
Remove commented out section that should've been removed ages ago
1 parent eccd383 commit 50e6c7f

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

src/grafter_2/rdf/protocols.cljc

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -576,32 +576,3 @@
576576

577577
([target graph triples batch-size]
578578
(apply-batched target (fn [repo batch] (delete repo graph batch)) triples batch-size))))
579-
580-
581-
;; TODO TOOD TODO
582-
583-
#_(defn ^:no-doc statements
584-
"Attempts to coerce an arbitrary source of RDF statements into a
585-
sequence of grafter Statements.
586-
587-
If the source is a quad store quads from all the named graphs will
588-
be returned. Any triples in an unnamed graph will be ignored.
589-
590-
Takes optional parameters which may be used depending on the
591-
context e.g. specifiying the format of the source triples.
592-
593-
The `:format` option is supplied by the wrapping function and may be
594-
nil, or act as an indicator about the format of the triples to read.
595-
Implementers can choose whether or not to ignore or require the
596-
format parameter.
597-
598-
The `:buffer-size` option can be used to configure the buffer size
599-
at which statements are parsed from an RDF stream. Its default
600-
value of 32 was found to work well in practice, and also aligns with
601-
chunk size of Clojure's lazy sequences.
602-
603-
The `:base-uri` option can be supplied to automatically re`@base`
604-
URI's on a new prefix when reading."
605-
[this & {:keys [format buffer-size base-uri] :as options}]
606-
(throw (ex-info "Moved function definition. Please use grafter-2.rdf4j/statements instead" {}))
607-
#_(to-statements this options))

0 commit comments

Comments
 (0)