Skip to content

Commit d850bce

Browse files
committed
Remove the useless command_get_pipe() function
1 parent 26f5c1c commit d850bce

File tree

3 files changed

+0
-108
lines changed

3 files changed

+0
-108
lines changed

lib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ add_library(gridinit-utils STATIC
55
uid.c
66
common.c
77
limits.c
8-
command.c
98
children.c
109
gridinit-utils.h
1110
gridinit-internals.h)

lib/command.c

Lines changed: 0 additions & 103 deletions
This file was deleted.

lib/gridinit-utils.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ int supervisor_children_set_ids(const gchar *key, gint32 uid, gint32 gid);
153153

154154
int supervisor_children_set_delay_sigkill(const char *key, time_t delay);
155155

156-
/* Fork and pipe ----------------------------------------------------------- */
157-
158-
int command_get_pipe(const gchar *str_cmd);
159-
160156
/* Privileges -------------------------------------------------------------- */
161157

162158
gboolean supervisor_rights_init(const char *user_name, const char *group_name,

0 commit comments

Comments
 (0)