bolt: misc code cleanup

This commit is contained in:
Lily Tsuru 2023-11-21 20:30:37 -05:00
parent 3bcc4d242f
commit c92a61d633
1 changed files with 3 additions and 8 deletions

View File

@ -4,11 +4,6 @@
#include <bolt/Reader.hpp> #include <bolt/Reader.hpp>
#include <structs/BoltStructs.hpp> #include <structs/BoltStructs.hpp>
#include "base/ErrorOr.hpp"
#if 0
#endif
namespace lightningbolt { namespace lightningbolt {
@ -81,10 +76,10 @@ namespace lightningbolt {
private: private:
std::vector<BoltReader::File> entryTable; std::vector<BoltReader::File> entryTable;
lightningbolt::MmapFile elfFile; MmapFile elfFile;
lightningbolt::MmapFile boltFile; MmapFile boltFile;
lightningbolt::BoltLibraryHeader* lib; BoltLibraryHeader* lib;
}; };
BoltReader::BoltReader(): BoltReader::BoltReader():