From 3d1adf792ff334d1b5ea0595001704c4fabb6b07 Mon Sep 17 00:00:00 2001 From: bastien ollier Date: Fri, 22 Sep 2023 14:41:50 +0200 Subject: [PATCH] add class config --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 9ee304e..01edd33 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,8 +7,6 @@ #include "host.hpp" #include "config.hpp" - - int main() { std::vector hosts = sk::config::loadHostsFromToml("../conf.toml");