[lxc-devel] [lxc/master] state: remove lxc_rmstate declaration

0x0916 on Github lxc-bot at linuxcontainers.org
Sat Jul 8 02:42:40 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 343 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170708/bc731d3d/attachment.bin>
-------------- next part --------------
From 5b6235cd839d5ef10cd3344873a2f49bc0a4e3dd Mon Sep 17 00:00:00 2001
From: Long Wang <w at laoqinren.net>
Date: Sat, 8 Jul 2017 10:40:41 +0800
Subject: [PATCH] state: remove lxc_rmstate declaration

Signed-off-by: Long Wang <w at laoqinren.net>
---
 src/lxc/state.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lxc/state.h b/src/lxc/state.h
index 98d15b9ee..f34efd992 100644
--- a/src/lxc/state.h
+++ b/src/lxc/state.h
@@ -35,7 +35,6 @@ typedef enum {
 	MAX_STATE,
 } lxc_state_t;
 
-extern int lxc_rmstate(const char *name);
 extern lxc_state_t lxc_getstate(const char *name, const char *lxcpath);
 
 extern lxc_state_t lxc_str2state(const char *state);


More information about the lxc-devel mailing list