Commit abcf0df4 authored by Dominik Charousset's avatar Dominik Charousset

Remove unused variable

parent 1cf35c3e
...@@ -69,7 +69,6 @@ bool operator==(const maybe<T>& x, const T& y) { ...@@ -69,7 +69,6 @@ bool operator==(const maybe<T>& x, const T& y) {
} }
constexpr uint8_t no_flags = 0; constexpr uint8_t no_flags = 0;
constexpr uint32_t no_payload = 0;
constexpr uint64_t no_operation_data = 0; constexpr uint64_t no_operation_data = 0;
constexpr uint64_t default_operation_data = make_message_id().integer_value(); constexpr uint64_t default_operation_data = make_message_id().integer_value();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment