From 45afcdb30788d6cb9bdba14fe554b3b12a0d8479 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 25 Nov 2013 20:07:27 +0000 Subject: [PATCH] ocaml: Remove unused function prototype. --- ocaml/guestfs-c.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ocaml/guestfs-c.h b/ocaml/guestfs-c.h index fecaecf1e..8af37718f 100644 --- a/ocaml/guestfs-c.h +++ b/ocaml/guestfs-c.h @@ -27,6 +27,5 @@ extern void ocaml_guestfs_raise_error (guestfs_h *g, const char *func) extern void ocaml_guestfs_raise_closed (const char *func) Noreturn; extern char **ocaml_guestfs_strings_val (guestfs_h *g, value sv); -extern void ocaml_guestfs_free_strings (char **r); #endif /* GUESTFS_OCAML_C_H */