*: remove newly superfluous static types on attributes
[nit.git] / contrib / nitcc / src / grammar.nit
index 27a98da..feb4498 100644 (file)
@@ -897,7 +897,7 @@ class LRState
        var cname: String is lazy do return name.to_cmangle
 
        # Number
-       var number: Int = -1
+       var number = -1
 
        # Set of all items
        var items = new HashSet[Item]