forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
5a58a46 Merge #21: Remove hand-coded UniValue destructor. b4cdfc4 Remove hand-coded UniValue destructor. 7fba60b Merge #17: [docs] Update readme 4577454 Merge #13: Fix typo ac7e73c [docs] Update readme 4a49647 Fix typo git-subtree-dir: src/univalue git-subtree-split: 5a58a46
- Loading branch information
MarcoFalke
committed
Oct 30, 2019
1 parent
dc287c9
commit fa0b3da
Showing
3 changed files
with
6 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,6 @@ class UniValue { | |
std::string s(val_); | ||
setStr(s); | ||
} | ||
~UniValue() {} | ||
|
||
void clear(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters