Skip to content

Commit

Permalink
Merge pull request #8735
Browse files Browse the repository at this point in the history
4080796 serialization: remove unused function dump_json (Jeffrey Ryan)
  • Loading branch information
luigi1111 committed Apr 26, 2023
2 parents 1c9686c + 4080796 commit 28e43b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
1 change: 0 additions & 1 deletion src/blockchain_utilities/blockchain_import.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include "blocks/blocks.h"
#include "cryptonote_basic/cryptonote_format_utils.h"
#include "serialization/binary_utils.h" // dump_binary(), parse_binary()
#include "serialization/json_utils.h" // dump_json()
#include "include_base_utils.h"
#include "cryptonote_core/cryptonote_core.h"

Expand Down
1 change: 0 additions & 1 deletion src/blockchain_utilities/bootstrap_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

#include "bootstrap_serialization.h"
#include "serialization/binary_utils.h" // dump_binary(), parse_binary()
#include "serialization/json_utils.h" // dump_json()

#include "bootstrap_file.h"

Expand Down
47 changes: 0 additions & 47 deletions src/serialization/json_utils.h

This file was deleted.

0 comments on commit 28e43b1

Please sign in to comment.