This commit is contained in:
Jorijn van der Graaf 2025-11-09 20:29:30 +01:00
commit 89302a5534
2 changed files with 1 additions and 3 deletions

View file

@ -51,8 +51,6 @@ namespace Crafter {
export class Configuration {
public:
std::string name;
fs::path buildDir;
fs::path binDir;
std::string standard;
std::vector<std::unique_ptr<Module>> interfaces;
std::vector<Implementation> implementations;