diff options
Diffstat (limited to 'core/io/file_access_network.h')
-rw-r--r-- | core/io/file_access_network.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/file_access_network.h b/core/io/file_access_network.h index e32dcea990..c929e8446d 100644 --- a/core/io/file_access_network.h +++ b/core/io/file_access_network.h @@ -98,7 +98,6 @@ class FileAccessNetwork : public FileAccess { int page_size; int read_ahead; - int max_pages; mutable int waiting_on_page; mutable int last_activity_val; |