remove obsolete comment

This commit is contained in:
Oswald Buddenhagen
2011-03-15 14:28:01 +01:00
parent 9771cdbf9d
commit c0719b1ad6

View File

@@ -239,8 +239,6 @@ void ProFileParser::finalizeHashStr(ushort *buf, uint len)
buf[-2] = (ushort)(hash >> 16); 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) bool ProFileParser::read(ProFile *pro, const QString &in)
{ {
m_fileName = pro->fileName(); m_fileName = pro->fileName();