From: Long Wang Date: Sat, 8 Jul 2017 02:40:41 +0000 (+0800) Subject: state: remove lxc_rmstate declaration X-Git-Tag: lxc-1.0.11~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4de8c04f4973ddf30fa30866911ae46d2a8f92da;p=thirdparty%2Flxc.git state: remove lxc_rmstate declaration Signed-off-by: Long Wang --- diff --git a/src/lxc/state.h b/src/lxc/state.h index 4d26ce6b5..683bb1576 100644 --- a/src/lxc/state.h +++ b/src/lxc/state.h @@ -28,7 +28,6 @@ typedef enum { ABORTING, FREEZING, FROZEN, THAWED, 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);