highlight: Remove useless `super` since CallSite isa MEntity
authorJean Privat <jean@pryen.org>
Tue, 6 Oct 2015 22:34:26 +0000 (18:34 -0400)
committerJean Privat <jean@pryen.org>
Tue, 6 Oct 2015 22:34:26 +0000 (18:34 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/highlight.nit

index b2f856e..dd9ceff 100644 (file)
@@ -584,7 +584,6 @@ redef class MSignature
 end
 
 redef class CallSite
-       super HInfoBoxable
        redef fun infobox(v)
        do
                var res = new HInfoBox(v, "call {mpropdef}")