Remove misleading comment

remotes/origin/KDE/4.9
Albert Astals Cid 14 years ago
parent c254653d10
commit e7a4e3b392
  1. 2
      core/document.cpp

@ -249,8 +249,6 @@ qulonglong DocumentPrivate::getTotalMemory()
if ( !memFile.open( QIODevice::ReadOnly ) )
return (cachedValue = 134217728);
// read /proc/meminfo and sum up the contents of 'MemFree', 'Buffers'
// and 'Cached' fields. consider swapped memory as used memory.
QTextStream readStream( &memFile );
while ( true )
{

Loading…
Cancel
Save