[lxc-devel] [lxc/master] confile: remove unused variable

2xsec on Github lxc-bot at linuxcontainers.org
Wed Oct 10 05:51:22 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 397 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20181010/dc4c4722/attachment.bin>
-------------- next part --------------
From 8392708ef3333ad1d7fab6c6bbfc12dadf4ffd08 Mon Sep 17 00:00:00 2001
From: 2xsec <dh48.jeong at samsung.com>
Date: Wed, 10 Oct 2018 14:50:32 +0900
Subject: [PATCH] confile: remove unused variable

Signed-off-by: 2xsec <dh48.jeong at samsung.com>
---
 src/lxc/confile.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lxc/confile.c b/src/lxc/confile.c
index 052de9b64..af7be1501 100644
--- a/src/lxc/confile.c
+++ b/src/lxc/confile.c
@@ -2493,7 +2493,6 @@ static struct new_config_item *parse_new_conf_line(char *buffer)
 
 int lxc_config_read(const char *file, struct lxc_conf *conf, bool from_include)
 {
-	int ret;
 	struct parse_line_conf c;
 
 	c.conf = conf;


More information about the lxc-devel mailing list