lib/bucketed_games: fixes useless empty init
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 20:06:13 +0000 (15:06 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 12 Jan 2015 08:18:07 +0000 (09:18 +0100)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/bucketed_game.nit

index 703ff5c..ae0d792 100644 (file)
@@ -179,8 +179,6 @@ class Game
        # but cannot be used to add new Events.
        var last_turn: nullable ThinGameTurn[G] = null
 
-       init do end
-
        # Execute and return a new GameTurn.
        #
        # This method calls `do_pre_turn` before executing the GameTurn