Remove Supervisor::NodeConfig (6.1 deprecation)

This commit is contained in:
Tim Wojtulewicz 2023-06-02 11:43:37 +02:00 committed by Tim Wojtulewicz
parent 531276cfe0
commit 0d25583049
5 changed files with 1 additions and 61 deletions

View file

@ -239,11 +239,6 @@ public:
* after any user-specified scripts.
*/
std::vector<std::string> addl_user_scripts;
/**
* The former name for addl_user_scripts, now deprecated.
*/
std::vector<std::string> scripts
[[deprecated("Remove in v6.1. Use NodeConfig::addl_user_scripts.")]];
/**
* Environment variables and values to define in the node.
*/