Skip to content

Commit 4a5e5e0

Browse files
committed
Remove duplicate protocol implementation
1 parent 1e94ee2 commit 4a5e5e0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/xitdb/array_list.clj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,6 @@
106106
(aset result len nil))
107107
result))
108108

109-
clojure.lang.IPersistentVector
110-
(assocN [this i val]
111-
(throw (UnsupportedOperationException. "XITDBArrayList is read-only")))
112-
113-
(length [this]
114-
(.count ral))
115-
116109
common/IUnwrap
117110
(-unwrap [this]
118111
ral)

0 commit comments

Comments
 (0)