First round of director mods

- Removed asserts


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5133 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-09-20 15:12:21 +00:00
commit c858b73832
4 changed files with 0 additions and 14 deletions

View file

@ -1635,7 +1635,6 @@ public:
Printf(wrap_args, "} else {\n");
Printf(wrap_args, "%s = %s->__get_self();\n", source, director);
Printf(wrap_args, "}\n");
Printf(wrap_args, "assert(%s);\n", source);
Delete(director);
Printv(arglist, source, NIL);
} else {
@ -1674,9 +1673,6 @@ public:
Printf(w->code, "CAMLreturn(%s);\n", Swig_method_call(super,l));
Printf(w->code, "}\n");
/* check that we don't wrap a null... */
Printv(w->code, "assert(__get_self());\n", NIL);
/* wrap complex arguments to values */
Printv(w->code, wrap_args, NIL);