From b9a95cfea0b40282a80eaee0a0f04897d1657bcf Mon Sep 17 00:00:00 2001 From: David Scott Date: Tue, 12 Oct 2010 10:34:04 +0100 Subject: [PATCH] CA-44731: remove unused file This is now out of sync with the other copy and will cause spurious build failures. Signed-off-by: David Scott --- ocaml/util/gzip.mli | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 ocaml/util/gzip.mli diff --git a/ocaml/util/gzip.mli b/ocaml/util/gzip.mli deleted file mode 100644 index 9b87d0ef..00000000 --- a/ocaml/util/gzip.mli +++ /dev/null @@ -1,24 +0,0 @@ -(* - * Copyright (C) 2006-2009 Citrix Systems Inc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published - * by the Free Software Foundation; version 2.1 only. with the special - * exception on linking described in file LICENSE. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - *) - -(** Runs a compression process which is fed from a pipe whose entrance is passed to 'f' - and whose output is 'ofd' *) -val compress: Unix.file_descr -> (Unix.file_descr -> unit) -> unit - -(** Runs a decompression process which is fed from a pipe whose entrance is passed to 'f' - and whose output is 'ofd' *) -val decompress: Unix.file_descr -> (Unix.file_descr -> unit) -> unit - -(* Experimental decompressor which is fed from an fd and writes to a pipe *) -val decompress_passive: Unix.file_descr -> (Unix.file_descr -> unit) -> unit -- 2.39.5