Skip to content

Commit dfd1ca6

Browse files
committed
Disable dead macro.
1 parent 2c80255 commit dfd1ca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/bitcoin/server/protocols/protocol_rpc.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ class BCS_API protocol_rpc
4949
};
5050

5151
#define SUBSCRIBE_RPC(...) SUBSCRIBE_CHANNEL(void, __VA_ARGS__)
52-
#define SEND_RPC(message, size_hint, method, ...) \
53-
send<CLASS>(message, size_hint, &CLASS::method, __VA_ARGS__)
52+
////#define SEND_RPC(message, size_hint, method, ...) \
53+
//// send<CLASS>(message, size_hint, &CLASS::method, __VA_ARGS__)
5454

5555
} // namespace server
5656
} // namespace libbitcoin

0 commit comments

Comments
 (0)