mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-18 00:40:30 -04:00
Remove accidentally committed code
This commit is contained in:
parent
984fca1b51
commit
d000d93a5d
@ -88,13 +88,6 @@ class mmap_mock : public mmif {
|
||||
assign(m_data.data(), m_data.size());
|
||||
}
|
||||
|
||||
boost::system::error_code lock(void const*, size_t) override {
|
||||
return boost::system::error_code();
|
||||
}
|
||||
boost::system::error_code advise(void const*, size_t, int) override {
|
||||
return boost::system::error_code();
|
||||
}
|
||||
|
||||
private:
|
||||
const std::string m_data;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user