From 335a26df60b918a949371ac9af7f286f36931b24 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Wed, 22 May 2019 00:10:10 +0200 Subject: [PATCH] Removed non-existing function from procs library header --- lib/procs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/procs.h b/lib/procs.h index c0f7bb7f..e7edb4d0 100644 --- a/lib/procs.h +++ b/lib/procs.h @@ -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 & argDeq); static void grim_reaper(void * n); public: