Merge: Highlight line ids
[nit.git] / lib / neo4j / jsonable.nit
index 3578d59..95a76a3 100644 (file)
@@ -172,8 +172,6 @@ class JsonArray
 
        private var array = new Array[nullable Jsonable]
 
-       init do end
-
        # init the JSON Array from a Nit `Collection`
        init from(items: Collection[nullable Jsonable]) do
                array.add_all(items)