Scope & Typing: visits the catch part of a do ... catch ... end
[nit.git] / src / loader.nit
index 8ccbd19..6df4d61 100644 (file)
@@ -1011,9 +1011,6 @@ redef class ModelBuilder
 end
 
 redef class MModule
-       # The path of the module source
-       var filepath: nullable String = null
-
        # Force the parsing of the module using `modelbuilder`.
        #
        # If the module was already parsed, the existing ASI is returned.