Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 vm/reflection.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/vm/reflection.c b/vm/reflection.c
index c5361ef..4e17823 100644
--- a/vm/reflection.c
+++ b/vm/reflection.c
@@ -190,8 +190,6 @@ native_constructor_construct_native(struct vm_object *this,
 
        result = vm_object_alloc(class);
 
-       NOT_IMPLEMENTED;
-
        /* TODO: We support only ()V constructors yet. */
        assert(args == NULL || args->array_length == 0);
 
-- 
1.6.0.6


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to