Removed non-existing function from procs library header
This commit is contained in:
parent
d0868d0f42
commit
335a26df60
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ namespace Util {
|
||||||
static bool thread_handler;///< True while thread handler should be running.
|
static bool thread_handler;///< True while thread handler should be running.
|
||||||
static void childsig_handler(int signum);
|
static void childsig_handler(int signum);
|
||||||
static void exit_handler();
|
static void exit_handler();
|
||||||
static void runCmd(std::string & cmd);
|
|
||||||
static char* const* dequeToArgv(std::deque<std::string> & argDeq);
|
static char* const* dequeToArgv(std::deque<std::string> & argDeq);
|
||||||
static void grim_reaper(void * n);
|
static void grim_reaper(void * n);
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Reference in a new issue