From 13bb26aaac120dd5116f88958c40e69fb6f2d7a2 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Mon, 31 Jul 2006 08:12:08 +0000 Subject: [PATCH] removed native method --- Robust/src/Runtime/runtime.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Robust/src/Runtime/runtime.c b/Robust/src/Runtime/runtime.c index c70189cf..084469da 100644 --- a/Robust/src/Runtime/runtime.c +++ b/Robust/src/Runtime/runtime.c @@ -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; -- 2.34.1