layout_builders: Removed useless property layout (use std Layout instead)
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 11 Mar 2013 21:29:51 +0000 (17:29 -0400)
committerJean Privat <jean@pryen.org>
Mon, 15 Jul 2013 18:21:24 +0000 (14:21 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/layout_builders.nit

index ec9f905..fa0eaf3 100644 (file)
@@ -34,11 +34,6 @@ class PHLayout[HOLDER: Object, E: Object]
        var hashes: Map[HOLDER, Map[E, Int]] = new HashMap[HOLDER, Map[E, Int]]
 end
 
-class PropertyLayout[E: Object]
-       # Fixed positions of each element in all tables
-       var pos: Map[E, Int] = new HashMap[E, Int]
-end
-
 # Builders
 
 interface TypingLayoutBuilder[E: Object]