diff options
author | Lioncash <mathew1800@gmail.com> | 2018-04-20 03:28:56 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-04-20 03:28:56 +0200 |
commit | 80982748c8f16c9f208fcb030f4dae795864e2f2 (patch) | |
tree | f4e98b8b3e3a4337b76036dfc222477ff7f9867f /src | |
parent | disk_filesystem: Remove redundant initializer in Disk_Directory's constructor (diff) | |
download | yuzu-80982748c8f16c9f208fcb030f4dae795864e2f2.tar yuzu-80982748c8f16c9f208fcb030f4dae795864e2f2.tar.gz yuzu-80982748c8f16c9f208fcb030f4dae795864e2f2.tar.bz2 yuzu-80982748c8f16c9f208fcb030f4dae795864e2f2.tar.lz yuzu-80982748c8f16c9f208fcb030f4dae795864e2f2.tar.xz yuzu-80982748c8f16c9f208fcb030f4dae795864e2f2.tar.zst yuzu-80982748c8f16c9f208fcb030f4dae795864e2f2.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/file_sys/disk_filesystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/file_sys/disk_filesystem.h b/src/core/file_sys/disk_filesystem.h index e774cd08b..8f9e1145a 100644 --- a/src/core/file_sys/disk_filesystem.h +++ b/src/core/file_sys/disk_filesystem.h @@ -74,7 +74,6 @@ public: } protected: - u32 total_entries_in_directory; FileUtil::FSTEntry directory; // We need to remember the last entry we returned, so a subsequent call to Read will continue |