lib/array: remove unused&deprecated `Arrray::intern_items`
[nit.git] / lib / standard / collection / array.nit
index e70acd2..68f84e7 100644 (file)
@@ -374,10 +374,6 @@ class Array[E]
        # The internal storage.
        private var items: nullable NativeArray[E] = null
 
-       # Do not use this method
-       # FIXME: Remove it once modules can intrude non local modules
-       fun intern_items: NativeArray[E] do return _items.as(not null)
-
        # The size of `_items`.
        private var capacity: Int = 0