From c0719b1ad6be8f78ff4441efbaac81a15255efbc Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 15 Mar 2011 14:28:01 +0100 Subject: [PATCH] remove obsolete comment --- src/shared/proparser/profileparser.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shared/proparser/profileparser.cpp b/src/shared/proparser/profileparser.cpp index 3b3e700c8c7..c6b9821b97c 100644 --- a/src/shared/proparser/profileparser.cpp +++ b/src/shared/proparser/profileparser.cpp @@ -239,8 +239,6 @@ void ProFileParser::finalizeHashStr(ushort *buf, uint len) buf[-2] = (ushort)(hash >> 16); } -// We know that the buffer cannot grow larger than the input string, -// and the read() functions rely on it. bool ProFileParser::read(ProFile *pro, const QString &in) { m_fileName = pro->fileName();