sax: Remove empty constructors.
[nit.git] / lib / sax / helpers / namespace_support.nit
index e682321..35f13d8 100644 (file)
@@ -428,9 +428,6 @@ private class Context
        # Parent context.
        private var p_parent: nullable Context = null
 
-       init do
-       end
-
        # (Re)set the parent of this Namespace context.
        #
        # The context must either have been freshly constructed,