mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 15:34:12 +02:00
Remove old reference
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user