slsreceiver: removed option to start receiver with config file, redundant as the only option is receiver tcp port

This commit is contained in:
2019-01-17 15:17:08 +01:00
parent b07492be6f
commit 13f9b9929a
6 changed files with 3 additions and 102 deletions

View File

@@ -10,7 +10,6 @@ set(SOURCES
src/DataProcessor.cpp
src/DataStreamer.cpp
src/Fifo.cpp
../slsSupportLib/src/utilities.cpp
../slsSupportLib/src/ClientInterface.cpp
)
@@ -54,7 +53,6 @@ set(PUBLICHEADERS
../slsSupportLib/include/genericSocket.h
../slsSupportLib/include/logger.h
../slsSupportLib/include/sls_detector_exceptions.h
../slsSupportLib/include/utilities.h
)