sax: Remove empty constructors.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Fri, 28 Nov 2014 17:22:34 +0000 (12:22 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Fri, 28 Nov 2014 17:38:32 +0000 (12:38 -0500)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

lib/sax/helpers/namespace_support.nit
lib/sax/input_source.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,
index b3a27d8..cdf7afb 100644 (file)
@@ -41,8 +41,6 @@ module sax::input_source
 # from [SAX 2.0](http://www.saxproject.org).
 class InputSource
 
-       init do end
-
        # Create a new input source with the specified system identifier.
        #
        # Applications may use `public_id=` to include a public identifier as well,