Commit 186f27db by Christian Brauner Committed by GitHub

Merge pull request #1684 from 0x0916/2017-07-08/remove-dead-code

state: remove lxc_rmstate declaration
parents 022f1ba3 5b6235cd
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment