summaryrefslogtreecommitdiffstats
path: root/virt-top/virt_top_csv.ml
diff options
context:
space:
mode:
Diffstat (limited to 'virt-top/virt_top_csv.ml')
-rw-r--r--virt-top/virt_top_csv.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/virt-top/virt_top_csv.ml b/virt-top/virt_top_csv.ml
index 71bb79e..a909158 100644
--- a/virt-top/virt_top_csv.ml
+++ b/virt-top/virt_top_csv.ml
@@ -4,12 +4,6 @@
* This file contains all code which requires CSV support.
*)
-open ExtList
-
-module C = Libvirt.Connect
-module D = Libvirt.Domain
-module N = Libvirt.Network
-
(* Output channel, or None if CSV output not enabled. *)
let chan = ref None ;;