Commit 238cfcc7 authored by Sergei Golubchik's avatar Sergei Golubchik

cleanup: remove unused and unlinkable method

it was calling Fbt::to_string(char*, size_t)
which didn't exist
parent bbe44da2
......@@ -200,10 +200,6 @@ class FixedBinTypeBundle
{
return to_fbt().to_binary(to);
}
size_t to_string(char *dst, size_t dstsize) const
{
return to_fbt().to_string(dst, dstsize);
}
bool to_string(String *to) const
{
return to_fbt().to_string(to);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment