[LTP] [PATCH 6/6] lib: drop tst_ipc_envp
Jan Stancek
jstancek@redhat.com
Tue Oct 10 17:05:14 CEST 2017
There are no users left.
Signed-off-by: Jan Stancek <jstancek@redhat.com>
---
include/tst_checkpoint.h | 1 -
lib/tst_test.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/include/tst_checkpoint.h b/include/tst_checkpoint.h
index fdce2d6f70b6..d6f7607abade 100644
--- a/include/tst_checkpoint.h
+++ b/include/tst_checkpoint.h
@@ -37,6 +37,5 @@
tst_safe_checkpoint_wait(__FILE__, __LINE__, NULL, id, 0);
extern const char *tst_ipc_path;
-extern char *const tst_ipc_envp[];
#endif /* TST_CHECKPOINT__ */
diff --git a/lib/tst_test.c b/lib/tst_test.c
index 78cce19b6e4a..184a9f06aa72 100644
--- a/lib/tst_test.c
+++ b/lib/tst_test.c
@@ -64,7 +64,6 @@ extern unsigned int tst_max_futexes;
static char ipc_path[1024];
const char *tst_ipc_path = ipc_path;
-char *const tst_ipc_envp[] = {ipc_path, NULL};
static char shm_path[1024];
--
1.8.3.1
More information about the ltp
mailing list