From e7a4e3b392fa07c98f680a5e1bb3f282967b91c3 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 19 Jun 2012 23:38:44 +0200 Subject: [PATCH] Remove misleading comment --- core/document.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/document.cpp b/core/document.cpp index 85ce60472..6eae931d1 100644 --- a/core/document.cpp +++ b/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 ) {