From eb2598ab379efaea37bd28519d535c5616d1b0b5 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 19 Oct 2009 05:18:57 +0900 Subject: [PATCH] Remove obsolete export MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The βPlacementβ type has been moved to Types.hs but we kept exporting it from Cluster, which is not needed. --- Ganeti/HTools/Cluster.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ganeti/HTools/Cluster.hs b/Ganeti/HTools/Cluster.hs index ab21b3240..d13f6c8a8 100644 --- a/Ganeti/HTools/Cluster.hs +++ b/Ganeti/HTools/Cluster.hs @@ -29,8 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA module Ganeti.HTools.Cluster ( -- * Types - Placement - , AllocSolution + AllocSolution , Table(..) , CStats(..) -- * Generic functions -- GitLab