diff --git a/src/shared/proparser/profileparser.cpp b/src/shared/proparser/profileparser.cpp
index 3b3e700c8c73b4c4828667f4b59746da241fe094..c6b9821b97cb9b1cf7613029a01cd4b61843f6b7 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();