customize: Remove Customize_utils module.

After the previous commit this module is empty, so remove it.
This commit is contained in:
Richard W.M. Jones
2016-12-08 12:58:51 +00:00
parent 07fb30b161
commit 63ff96ccda
11 changed files with 0 additions and 37 deletions

View File

@@ -52,7 +52,6 @@ SOURCES_MLI = \
# This list must be in dependency order.
SOURCES_ML = \
customize_utils.ml \
append_line.ml \
crypt.ml \
firstboot.ml \

View File

@@ -20,7 +20,6 @@ open Common_gettext.Gettext
open Common_utils
open Getopt.OptionName
open Customize_utils
open Customize_cmdline
open Printf

View File

@@ -22,7 +22,6 @@ open Printf
open Common_gettext.Gettext
open Common_utils
open Customize_utils
open Customize_cmdline
open Password
open Append_line

View File

@@ -1,23 +0,0 @@
(* virt-customize
* Copyright (C) 2013-2016 Red Hat Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*)
(* Utilities/common functions used in virt-customize only. *)
open Printf
open Common_utils

View File

@@ -21,7 +21,6 @@ open Printf
open Common_utils
open Common_gettext.Gettext
open Customize_utils
open Regedit
let unix2dos s =

View File

@@ -19,8 +19,6 @@
open Common_gettext.Gettext
open Common_utils
open Customize_utils
open Printf
type password_crypto = [`MD5 | `SHA256 | `SHA512 ]

View File

@@ -19,8 +19,6 @@
open Common_gettext.Gettext
open Common_utils
open Customize_utils
open Printf
open Sys
open Unix

View File

@@ -18,8 +18,6 @@
open Common_utils
open Customize_utils
open Printf
let set_timezone (g : Guestfs.guestfs) root timezone =

View File

@@ -627,8 +627,6 @@ open Common_utils
open Common_gettext.Gettext
open Getopt.OptionName
open Customize_utils
";
generate_ops_struct_decl ();
pr "\n";

View File

@@ -22,7 +22,6 @@ customize/crypt.ml
customize/customize_cmdline.ml
customize/customize_main.ml
customize/customize_run.ml
customize/customize_utils.ml
customize/firstboot.ml
customize/hostname.ml
customize/password.ml

View File

@@ -122,7 +122,6 @@ virt_v2v_CFLAGS = \
$(LIBVIRT_CFLAGS)
BOBJECTS = \
$(top_builddir)/customize/customize_utils.cmo \
$(top_builddir)/customize/firstboot.cmo \
$(top_builddir)/customize/SELinux_relabel.cmo \
$(SOURCES_ML:.ml=.cmo)