cleanup(engine): remove unreachable function engine::read_file

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra
2025-05-09 09:56:36 +00:00
committed by poiana
parent 910788850a
commit 28e7050f0f
2 changed files with 0 additions and 14 deletions

View File

@@ -378,9 +378,6 @@ private:
filter_ruleset::engine_state_funcs m_engine_state;
// Throws falco_exception if the file can not be read
void read_file(const std::string &filename, std::string &contents);
indexed_vector<falco_source> m_sources;
inline const falco_source *find_source(std::size_t index) {