projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
570562c
)
removed native method
author
bdemsky
<bdemsky>
Mon, 31 Jul 2006 08:12:08 +0000
(08:12 +0000)
committer
bdemsky
<bdemsky>
Mon, 31 Jul 2006 08:12:08 +0000
(08:12 +0000)
Robust/src/Runtime/runtime.c
patch
|
blob
|
history
diff --git
a/Robust/src/Runtime/runtime.c
b/Robust/src/Runtime/runtime.c
index c70189cf51496ff112652f9d454a347ce32ff733..084469da810e68301702cd8eb1c7899ae43603ee 100644
(file)
--- 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;