Squashed 'src/univalue/' changes from 7890db99d6..5a58a46671

5a58a46671 Merge #21: Remove hand-coded UniValue destructor.
b4cdfc4f47 Remove hand-coded UniValue destructor.
7fba60b5ad Merge #17: [docs] Update readme
4577454e7e Merge #13: Fix typo
ac7e73cda8 [docs] Update readme
4a4964729b Fix typo

git-subtree-dir: src/univalue
git-subtree-split: 5a58a46671d3c1711e93d2fc7961085515c8c7a7
This commit is contained in:
MarcoFalke
2019-10-30 16:22:42 -04:00
parent dc287c98f8
commit fa0b3da36c
3 changed files with 6 additions and 18 deletions

View File

@@ -47,7 +47,6 @@ public:
std::string s(val_);
setStr(s);
}
~UniValue() {}
void clear();