Remove unused code

This commit is contained in:
2020-06-03 22:12:46 +02:00
parent 9dddef455d
commit 236f967c51
3 changed files with 0 additions and 190 deletions
-4
View File
@@ -36,10 +36,6 @@ namespace core_buffer {
const int BUFFER_UDP_US_TIMEOUT = 2 * 1000;
// HWM for live stream from buffer.
const int BUFFER_ZMQ_SNDHWM = 100;
// Name of the dataset where we store the images.
const std::string BUFFER_H5_FRAME_DATASET = "image";
// Name of the dataset where we store metadata.
const std::string BUFFER_H5_METADATA_DATASET = "metadata";
// IPC address of the live stream.
const std::string BUFFER_LIVE_IPC_URL = "ipc:///tmp/sf-live-";