Remove the build_unwind function from the OCaml bindings.
[oota-llvm.git] / bindings / ocaml / llvm / llvm.mli
index 44f345f1b09ebd6d8a4a02278fd6edbe8751ecbc..24621486f4b05b2b145c66d45a64e7f86de1702b 100644 (file)
@@ -1616,12 +1616,6 @@ val build_invoke : llvalue -> llvalue array -> llbasicblock ->
                         llbasicblock -> string -> llbuilder -> llvalue
 
 
-(** [build_unwind b] creates an
-    [unwind]
-    instruction at the position specified by the instruction builder [b].
-    See the method [llvm::LLVMBuilder::CreateUnwind]. *)
-val build_unwind : llbuilder -> llvalue
-
 (** [build_unreachable b] creates an
     [unreachable]
     instruction at the position specified by the instruction builder [b].