Remove accidentally committed code

This commit is contained in:
Marcus Holland-Moritz 2020-12-01 11:40:47 +01:00
parent 984fca1b51
commit d000d93a5d

View File

@ -88,13 +88,6 @@ class mmap_mock : public mmif {
assign(m_data.data(), m_data.size()); 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: private:
const std::string m_data; const std::string m_data;
}; };