Remove old reference

This commit is contained in:
2020-04-22 13:39:53 +02:00
parent 7f015b742e
commit 7d29dbe72c
-4
View File
@@ -49,10 +49,6 @@ int main (int argc, char *argv[]) {
auto socket = zmq_socket(ctx, ZMQ_PUSH);
if (zmq_setsockopt(meta_socket, ZMQ_SUBSCRIBE, nullptr, 0) != 0) {
throw runtime_error(strerror (errno));
}
int status = 0;
int sndhwm = 1;