Removed non-existing function from procs library header

This commit is contained in:
Thulinma 2019-05-22 00:10:10 +02:00
parent d0868d0f42
commit 335a26df60

View file

@ -20,7 +20,6 @@ namespace Util {
static bool thread_handler;///< True while thread handler should be running.
static void childsig_handler(int signum);
static void exit_handler();
static void runCmd(std::string & cmd);
static char* const* dequeToArgv(std::deque<std::string> & argDeq);
static void grim_reaper(void * n);
public: