nca_metadata: Remove unnecessary reference to base file

This commit is contained in:
Zach Hilman
2018-08-10 20:47:51 -04:00
parent 62e859c6c7
commit 22bdddd6f0
2 changed files with 2 additions and 3 deletions

View File

@ -96,7 +96,6 @@ public:
std::vector<u8> Serialize() const;
private:
VirtualFile file;
std::unique_ptr<CNMTHeader> header;
std::unique_ptr<OptionalHeader> opt_header;
std::vector<ContentRecord> content_records;