2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 13:39:32 +00:00

Remove unused v1 and v2 variables in main()

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber
2012-09-01 20:25:28 -04:00
parent 85a9d07827
commit 38b280ca2c

View File

@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
{
struct lxc_container *c;
int len, ret;
char v1[2], v2[256], v3[2048];
char v3[2048];
if ((c = lxc_container_new(MYNAME)) == NULL) {
fprintf(stderr, "%d: error opening lxc_container %s\n", __LINE__, MYNAME);