swconfig: Remove unused code
Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19758
This commit is contained in:
parent
6fdcbd0831
commit
e4dadf438e
1 changed files with 0 additions and 6 deletions
|
@ -196,8 +196,6 @@ int main(int argc, char **argv)
|
|||
int err;
|
||||
int i;
|
||||
|
||||
struct switch_port *ports;
|
||||
|
||||
int cmd = CMD_NONE;
|
||||
char *cdev = NULL;
|
||||
int cport = -1;
|
||||
|
@ -255,8 +253,6 @@ int main(int argc, char **argv)
|
|||
return 1;
|
||||
}
|
||||
|
||||
ports = malloc(sizeof(struct switch_port) * dev->ports);
|
||||
memset(ports, 0, sizeof(struct switch_port) * dev->ports);
|
||||
swlib_scan(dev);
|
||||
|
||||
if (cmd == CMD_GET || cmd == CMD_SET) {
|
||||
|
@ -329,7 +325,5 @@ int main(int argc, char **argv)
|
|||
|
||||
out:
|
||||
swlib_free_all(dev);
|
||||
free(ports);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue