🔨」 fix: remove useless _table in class

This commit is contained in:
2025-04-14 13:37:25 +02:00
parent 5595a404d0
commit bff58bad92
2 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/14 12:20:06 by adjoly #+# #+# */
/* Updated: 2025/04/14 12:55:46 by adjoly ### ########.fr */
/* Updated: 2025/04/14 13:36:42 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -27,7 +27,6 @@ class Config {
std::vector<Server *> *getServers(void) { return _servers; }
private:
toml::ANode *_table;
Logger *_log;
std::vector<Server *> *_servers;
};