Commit 1ad4a179 authored by Dominik Charousset's avatar Dominik Charousset

removed unused variable

parent 2301a794
......@@ -37,8 +37,6 @@
using namespace std;
using namespace cppa;
namespace { constexpr size_t message_size = sizeof(atom_value) + sizeof(int); }
void ping(cppa::event_based_actor* self, size_t num_pings) {
CPPA_CHECKPOINT();
auto count = std::make_shared<size_t>(0);
......
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