27 lines
809 B
Diff
27 lines
809 B
Diff
From 49aea1a5c02f041fc5622ed0a998c2f5b5b45d5b Mon Sep 17 00:00:00 2001
|
|
From: tanyifeng <tanyifeng1@huawei.com>
|
|
Date: Thu, 4 Apr 2019 11:19:48 +0800
|
|
Subject: [PATCH 076/139] lxc: delete unused variable
|
|
|
|
Signed-off-by: wujing <wujing50@huawei.com>
|
|
Signed-off-by: LiFeng <lifeng68@huawei.com>
|
|
---
|
|
src/lxc/tools/lxc_attach.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/lxc/tools/lxc_attach.c b/src/lxc/tools/lxc_attach.c
|
|
index 2861ef4..440c0bc 100644
|
|
--- a/src/lxc/tools/lxc_attach.c
|
|
+++ b/src/lxc/tools/lxc_attach.c
|
|
@@ -62,7 +62,6 @@ static char **extra_env;
|
|
static ssize_t extra_env_size;
|
|
static char **extra_keep;
|
|
static ssize_t extra_keep_size;
|
|
-static unsigned int timeout = 0;
|
|
|
|
static const struct option my_longopts[] = {
|
|
{"elevated-privileges", optional_argument, 0, 'e'},
|
|
--
|
|
1.8.3.1
|
|
|