diff options
Diffstat (limited to 'zencore/compactbinary.cpp')
| -rw-r--r-- | zencore/compactbinary.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/zencore/compactbinary.cpp b/zencore/compactbinary.cpp index cae6c506d..b42bcec7e 100644 --- a/zencore/compactbinary.cpp +++ b/zencore/compactbinary.cpp @@ -7,7 +7,6 @@ #include <zencore/trace.h> #include <doctest/doctest.h> -#include <ryml/ryml.hpp> #include <string_view> namespace zen { @@ -1111,23 +1110,6 @@ SaveCompactBinary(BinaryWriter& Ar, const CbObjectView& Object) ////////////////////////////////////////////////////////////////////////// -StringBuilderBase& -ToString(CbObjectView& Root, StringBuilderBase& OutString) -{ - ryml::Tree Tree; - - ryml::NodeRef r = Tree.rootref(); - r |= ryml::MAP; - - for (CbFieldViewIterator It = Root.CreateViewIterator(); It; ++It) - { - } - - return OutString; -} - -////////////////////////////////////////////////////////////////////////// - void uson_forcelink() { |