diff options
| author | Stefan Boberg <[email protected]> | 2021-05-16 22:11:30 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-05-16 22:11:30 +0200 |
| commit | 46482fab4517db13b5435b41e85ea44d7f666830 (patch) | |
| tree | 17766ff6a81561a219f49e06a4a5c96e9b952010 /zencore/compactbinary.cpp | |
| parent | HTTP: added some basic comments to httpserver.h (diff) | |
| download | zen-46482fab4517db13b5435b41e85ea44d7f666830.tar.xz zen-46482fab4517db13b5435b41e85ea44d7f666830.zip | |
Removed some experimental dependencies
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() { |