Commit 38b280ca by Stéphane Graber

Remove unused v1 and v2 variables in main()

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