Skip to content
Snippets Groups Projects
Commit 07f09ef0 authored by Petr Zejdl's avatar Petr Zejdl
Browse files

Removing obsolete configuration options

parent 06fe42cc
No related branches found
No related tags found
1 merge request!59CMSSW json file
......@@ -96,14 +96,6 @@ public:
std::string v = vmap.at("threads");
return boost::lexical_cast<uint32_t>(v.c_str());
}
uint32_t getNumInputBuffers() const {
std::string v = vmap.at("input_buffers");
return boost::lexical_cast<uint32_t>(v.c_str());
}
uint32_t getBlocksPerInputBuffer() const {
std::string v = vmap.at("blocks_buffer");
return boost::lexical_cast<uint32_t>(v.c_str());
}
short getPortNumber() const {
std::string v = vmap.at("port");
return boost::lexical_cast<short>(v.c_str());
......
......@@ -2,7 +2,6 @@
#define CONTROLS_H
#include <stdint.h>
#include <atomic>
#include <string.h>
struct ctrl {
uint32_t run_number;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment