ffi: remove superfluous super-class
authorJean Privat <jean@pryen.org>
Tue, 6 Aug 2013 15:07:56 +0000 (11:07 -0400)
committerJean Privat <jean@pryen.org>
Tue, 6 Aug 2013 15:07:56 +0000 (11:07 -0400)
Already in ffi_base.nit

Signed-off-by: Jean Privat <jean@pryen.org>

src/ffi/ffi.nit

index 311f06d..aa85bbd 100644 (file)
@@ -39,10 +39,6 @@ redef class MMSrcModule
        end
 end
 
-redef class MMLocalClass
-       super FFIVisited
-end
-
 redef class FFIVisitor
        fun compile
        do