Skip to content

Commit

Permalink
[core] Removed custom user cli arguments from configuration object (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hannemn authored Jan 3, 2025
1 parent 41f1078 commit 379e75a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 49 deletions.
1 change: 0 additions & 1 deletion ecal/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ set(ecal_header_cmn
include/ecal/config/subscriber.h
include/ecal/config/time.h
include/ecal/config/transport_layer.h
include/ecal/config/user_arguments.h
include/ecal/types/logging.h
include/ecal/types/monitoring.h
include/ecal/ecal.h
Expand Down
2 changes: 0 additions & 2 deletions ecal/core/include/ecal/config/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <ecal/config/monitoring.h>
#include <ecal/config/registration.h>
#include <ecal/config/logging.h>
#include <ecal/config/user_arguments.h>
#include <ecal/config/publisher.h>
#include <ecal/config/subscriber.h>
#include <ecal/config/time.h>
Expand All @@ -55,7 +54,6 @@ namespace eCAL
Time::Configuration timesync;
Application::Configuration application;
Logging::Configuration logging;
Cli::Configuration command_line_arguments;

ECAL_API Configuration();

Expand Down
41 changes: 0 additions & 41 deletions ecal/core/include/ecal/config/user_arguments.h

This file was deleted.

5 changes: 0 additions & 5 deletions ecal/core/src/ecal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ namespace eCAL

// (post)initialize single components
const auto success = g_globals()->Initialize(components_);

if (config_.command_line_arguments.dump_config)
{
Process::DumpConfig();
}

return success;
}
Expand Down

0 comments on commit 379e75a

Please sign in to comment.