Merge: lib/github: implements caching to maximize rate limit.
[nit.git] / src / nitni / nitni_base.nit
index cc0ffa2..6685029 100644 (file)
@@ -51,11 +51,6 @@ redef class MMethod
        end
 end
 
-redef class MModule
-       # Mangled name of this module in C
-       fun cname: String do return name
-end
-
 redef class MMethodDef
        # Name of the function to callback this method from C,
        # also used in other functions names used for this method.