From 0791b57f476c50913742d24422ad28ca085b071e Mon Sep 17 00:00:00 2001
From: Michele Tartara <mtartara@google.com>
Date: Wed, 24 Apr 2013 10:59:54 +0000
Subject: [PATCH] Remove outdated TODO comment

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>
---
 src/Ganeti/Monitoring/Server.hs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/Ganeti/Monitoring/Server.hs b/src/Ganeti/Monitoring/Server.hs
index f31524ea4..80a5220e5 100644
--- a/src/Ganeti/Monitoring/Server.hs
+++ b/src/Ganeti/Monitoring/Server.hs
@@ -184,8 +184,6 @@ oneReport = do
   writeBS . pack . J.encode $ report
 
 -- | The function implementing the HTTP API of the monitoring agent.
--- TODO: Currently it only replies to the API version query: implement all the
--- missing features.
 monitoringApi :: Snap ()
 monitoringApi =
   ifTop versionQ <|>
-- 
GitLab