QFSFileEngine: Remove unused member
Change-Id: I42e7ef1a481840699a8dffff1407ebea9c7cb423 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
This commit is contained in:
parent
84a806589f
commit
9830857629
@ -199,7 +199,6 @@ public:
|
|||||||
bool closeFileHandle;
|
bool closeFileHandle;
|
||||||
|
|
||||||
mutable uint is_sequential : 2;
|
mutable uint is_sequential : 2;
|
||||||
mutable uint could_stat : 1;
|
|
||||||
mutable uint tried_stat : 1;
|
mutable uint tried_stat : 1;
|
||||||
#if !defined(Q_OS_WINCE)
|
#if !defined(Q_OS_WINCE)
|
||||||
mutable uint need_lstat : 1;
|
mutable uint need_lstat : 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user