Skip to content

Commit e470eff

Browse files
committed
Remove dead code.
1 parent 3cf903d commit e470eff

File tree

1 file changed

+1
-1
lines changed
  • include/bitcoin/network/messages/json

1 file changed

+1
-1
lines changed

include/bitcoin/network/messages/json/body.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct json_value
4848
/// Because of the parser and serializer members, neither the reader nor writer
4949
/// is movable and as such must be in-place contructed (e.g. variant contruct).
5050
template <typename Value = json_value>
51-
struct BCT_API body
51+
struct body
5252
{
5353
using value_type = Value;
5454

0 commit comments

Comments
 (0)