Remove unused macro symbols.
authorJean Privat <jean@pryen.org>
Thu, 26 Feb 2009 10:21:10 +0000 (05:21 -0500)
committerJean Privat <jean@pryen.org>
Thu, 26 Feb 2009 10:21:10 +0000 (05:21 -0500)
src/compiling/compiling_base.nit

index 6ddfaeb..302705a 100644 (file)
@@ -135,13 +135,6 @@ redef class MMGlobalProperty
        do
                return "ATTR_{intro.cname}"
        end
-
-       # C symbol refering the color of the global property
-       meth color_id: String
-       do
-               return "COLOR_{intro.cname}"
-       end
-
 end
 
 redef class MMGlobalClass
@@ -300,12 +293,6 @@ redef class MMLocalProperty
                return _cname_cache
        end
 
-       # C symbol refering the color of the super call of a super property
-       meth color_id_for_super: String
-       do
-               return "COLOR_SUPER_{cname}"
-       end
-
        # C macro used to get the function for the call of a super property
        meth super_meth_call: String
        do