Skip to content
Snippets Groups Projects
Commit 5d8eca2b authored by Steven Murray's avatar Steven Murray
Browse files

Removed unused default location of CTA configuration file from the Configuration super-class

parent 32d95017
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ namespace cta { namespace common {
* constructor
* @param fileName the file that should be used to build the configuration
*/
Configuration(std::string fileName = "/etc/cta/cta.conf");
Configuration(std::string fileName);
/**
* copy constructor
......
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