removed serialize(const char*) method

This commit is contained in:
2026-02-25 15:51:00 +01:00
parent cab3e508bb
commit 0157233b02
2 changed files with 0 additions and 5 deletions
@@ -43,10 +43,6 @@ void identifier_statement_binder::serialize(uint64_t &value, const utils::field_
stmt_.bind(index_, value);
}
void identifier_statement_binder::serialize(const char *value, const utils::field_attributes &) {
stmt_.bind(index_, value);
}
void identifier_statement_binder::serialize(std::string &value, const utils::field_attributes &) {
stmt_.bind(index_, value);
}