removed native method
authorbdemsky <bdemsky>
Mon, 31 Jul 2006 08:12:08 +0000 (08:12 +0000)
committerbdemsky <bdemsky>
Mon, 31 Jul 2006 08:12:08 +0000 (08:12 +0000)
Robust/src/Runtime/runtime.c

index c70189cf51496ff112652f9d454a347ce32ff733..084469da810e68301702cd8eb1c7899ae43603ee 100644 (file)
@@ -12,10 +12,6 @@ int ___Object______hashcode____(struct ___Object___ * ___this___) {
   return (int) ___this___;
 }
 
-/*void ___System______printInt____I(int x) {
-  printf("%d",x);
-  }*/
-
 void ___System______printString____L___String___(struct ___String___ * s) {
     struct ArrayObject * chararray=s->___string___;
     int i;