Module: check_mk
Branch: master
Commit: c84b5e7a9725fd1d8462deeed6ddddac27c5cd50
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=c84b5e7a9725fd…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Dec 28 16:57:13 2011 +0100
Removed old comment
---
livestatus/src/Query.cc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/livestatus/src/Query.cc b/livestatus/src/Query.cc
index 3c514dc..31a9640 100644
--- a/livestatus/src/Query.cc
+++ b/livestatus/src/Query.cc
@@ -488,7 +488,6 @@ void Query::parseAuthUserHeader(char *line)
void Query::parseStatsGroupLine(char *line)
{
- // Can be re-enabled from 1.2i1
logger(LOG_WARNING, "Warning: StatsGroupBy is deprecated. "
"Please use Columns instead.");
parseColumnsLine(line);