Remove some lines that are nonportable to Ocaml 3.06.
[oota-llvm.git] / bindings / ocaml / executionengine / executionengine_ocaml.c
index a7b455c90ba27e42704c5e5af303456187805070..58d7d5a77f6612f0dc72609bc1d5e9bf7c114e40 100644 (file)
@@ -43,7 +43,6 @@ static void llvm_raise(value Prototype, char *Message) {
   
   raise_with_arg(Prototype, CamlMessage);
   abort(); /* NOTREACHED */
-  CAMLnoreturn;
 }