nitg-s: cleaned up attributes used for FT coloring
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 7 Feb 2013 22:25:52 +0000 (17:25 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 4 Mar 2013 18:20:01 +0000 (13:20 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/separate_compiler.nit

index e5eba10..9c675ec 100644 (file)
@@ -127,10 +127,6 @@ class SeparateCompiler
        protected var vt_tables: Map[MClass, Array[nullable MPropDef]]
        protected var vt_masks: nullable Map[MClass, Int]
 
-       private var ft_colors: nullable Map[MParameterType, Int]
-       private var ft_tables: nullable Map[MClass, Array[nullable MParameterType]]
-       private var ft_masks: nullable Map[MClass, Int]
-
        init(mainmodule: MModule, mmbuilder: ModelBuilder, runtime_type_analysis: RapidTypeAnalysis) do
                super
                self.header = new_visitor