QFSFileEngine: Remove unused member

Change-Id: I42e7ef1a481840699a8dffff1407ebea9c7cb423
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
This commit is contained in:
Thiago Macieira 2015-09-27 12:19:58 -07:00
parent 84a806589f
commit 9830857629

View File

@ -199,7 +199,6 @@ public:
bool closeFileHandle;
mutable uint is_sequential : 2;
mutable uint could_stat : 1;
mutable uint tried_stat : 1;
#if !defined(Q_OS_WINCE)
mutable uint need_lstat : 1;