Commit b1eafc68 authored by Frederick Zhang's avatar Frederick Zhang
Browse files

no need for bitem::search impl

parent f9cec052
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -114,7 +114,3 @@ void bitem::save(const std::string &file_path) const {
    ben_file << encode();
    ben_file.close();
}

zval * bitem::search(const std::string &needle, const long &mode, const std::string path) const {
    return nullptr;
}