removed debug output
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 5 Jul 2002 10:12:44 +0000 (10:12 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 5 Jul 2002 10:12:44 +0000 (10:12 +0000)
[r434]

ir/ana/cgana.c

index e3e8207..baa7059 100644 (file)
@@ -86,8 +86,6 @@ void collect_impls(entity *method, eset *set, int *size, bool *open) {
       if (!eset_contains(set, method)) {
        eset_insert(set, method);
        ++(*size);
-       /* printf("Adding existent method %d ", *size); DDME(method);
-          printf(" with owner "); DDMT(get_entity_owner(method)); */
       }
     }
   }
@@ -102,8 +100,6 @@ void collect_impls(entity *method, eset *set, int *size, bool *open) {
       if (!eset_contains(set, impl_ent)) {
        eset_insert(set, impl_ent);
        ++(*size);
-       /* printf("Adding inherited method %d ", *size); DDME(impl_ent);
-          printf(" with owner "); DDMT(get_entity_owner(impl_ent)); */
       }
     }
   }