bolt: misc code cleanup
This commit is contained in:
parent
3bcc4d242f
commit
c92a61d633
|
@ -4,11 +4,6 @@
|
|||
#include <bolt/Reader.hpp>
|
||||
|
||||
#include <structs/BoltStructs.hpp>
|
||||
#include "base/ErrorOr.hpp"
|
||||
|
||||
#if 0
|
||||
|
||||
#endif
|
||||
|
||||
namespace lightningbolt {
|
||||
|
||||
|
@ -81,10 +76,10 @@ namespace lightningbolt {
|
|||
|
||||
private:
|
||||
std::vector<BoltReader::File> entryTable;
|
||||
lightningbolt::MmapFile elfFile;
|
||||
lightningbolt::MmapFile boltFile;
|
||||
MmapFile elfFile;
|
||||
MmapFile boltFile;
|
||||
|
||||
lightningbolt::BoltLibraryHeader* lib;
|
||||
BoltLibraryHeader* lib;
|
||||
};
|
||||
|
||||
BoltReader::BoltReader():
|
||||
|
|
Loading…
Reference in New Issue