confile: remove unused variable

Signed-off-by: 2xsec <dh48.jeong@samsung.com>
This commit is contained in:
2xsec 2018-10-10 14:50:32 +09:00
parent d523cf5982
commit 8392708ef3
No known key found for this signature in database
GPG Key ID: 0BE2750EE612F372

View File

@ -2493,7 +2493,6 @@ on_error:
int lxc_config_read(const char *file, struct lxc_conf *conf, bool from_include)
{
int ret;
struct parse_line_conf c;
c.conf = conf;