From 3ce941302ac299f5187c7b8b8eb6d05c4a057e34 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 26 Feb 2009 05:21:10 -0500 Subject: [PATCH] Remove unused macro symbols. --- src/compiling/compiling_base.nit | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/compiling/compiling_base.nit b/src/compiling/compiling_base.nit index 6ddfaeb..302705a 100644 --- a/src/compiling/compiling_base.nit +++ b/src/compiling/compiling_base.nit @@ -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 -- 1.7.9.5