* src/vm/linker.c (link_class_intern): Converted the check against
authoredwin <none@none>
Wed, 28 Jun 2006 21:44:16 +0000 (21:44 +0000)
committeredwin <none@none>
Wed, 28 Jun 2006 21:44:16 +0000 (21:44 +0000)
commit554be4c4de55e4c0fc31578fba88cdc35700a7cc
treecf00167326469e91692f3696c4360c6f57341dcc
parent11b414a05636953941ee100a2b191e9444316a77
* src/vm/linker.c (link_class_intern): Converted the check against
creating a stubroutine twice into an assert. The check became
obsolete because abstract methods do no longer get compiler stubs.
src/vm/linker.c