From 0c95373366ea74edfe4e4ab02214fa42e6202c27 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 17 Oct 2007 14:28:54 +0100 Subject: Removed dep on libvirt & extlib -- unnecessary for this file. --- virt-top/virt_top_csv.ml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'virt-top/virt_top_csv.ml') 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 ;; -- cgit