Skip to content

Commit 238cfcc

Browse files
committed
cleanup: remove unused and unlinkable method
it was calling Fbt::to_string(char*, size_t) which didn't exist
1 parent bbe44da commit 238cfcc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sql/sql_type_fixedbin.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,6 @@ class FixedBinTypeBundle
200200
{
201201
return to_fbt().to_binary(to);
202202
}
203-
size_t to_string(char *dst, size_t dstsize) const
204-
{
205-
return to_fbt().to_string(dst, dstsize);
206-
}
207203
bool to_string(String *to) const
208204
{
209205
return to_fbt().to_string(to);

0 commit comments

Comments
 (0)