Blame SOURCES/0009-convert-windows-Remove-unused-open-Utils.patch

b85204
From 48f15935cff53836eae4c1c9afb0be8ab4f13bea Mon Sep 17 00:00:00 2001
b85204
From: "Richard W.M. Jones" <rjones@redhat.com>
b85204
Date: Mon, 16 Jan 2023 15:12:16 +0000
b85204
Subject: [PATCH] convert: windows: Remove unused 'open Utils'
b85204
b85204
No function from Utils was being used by Windows_virtio, so remove the
b85204
unnecessary line.
b85204
b85204
(cherry picked from commit 26b9cd1f87f06c31cdf3020e003078737a417889)
b85204
---
b85204
 convert/windows_virtio.ml | 1 -
b85204
 1 file changed, 1 deletion(-)
b85204
b85204
diff --git a/convert/windows_virtio.ml b/convert/windows_virtio.ml
b85204
index 2ce92ece..6b642d21 100644
b85204
--- a/convert/windows_virtio.ml
b85204
+++ b/convert/windows_virtio.ml
b85204
@@ -25,7 +25,6 @@ open Common_gettext.Gettext
b85204
 open Regedit
b85204
 
b85204
 open Types
b85204
-open Utils
b85204
 
b85204
 module G = Guestfs
b85204