From 951c1a83067aa773d23d263c51c381a3caeb3f2d Mon Sep 17 00:00:00 2001 From: PabloMK7 Date: Wed, 5 Mar 2025 22:42:40 +0100 Subject: [PATCH] Remove unneeded extern variables --- includes/ArticBaseFunctions.hpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/includes/ArticBaseFunctions.hpp b/includes/ArticBaseFunctions.hpp index 1356407..f04482e 100644 --- a/includes/ArticBaseFunctions.hpp +++ b/includes/ArticBaseFunctions.hpp @@ -15,19 +15,4 @@ namespace ArticBaseFunctions { // All destruct functions should be defined here extern std::vector destructFunctions; - - enum class HandleType { - FILE, - DIR, - ARCHIVE - }; - - // Controller_Start - namespace ArticController { - extern Thread thread; - extern bool thread_run; - extern int socket_fd; - extern volatile bool socket_ready; - void Handler(void* arg); - }; }; \ No newline at end of file