Staging: wilc1000: host_interface: Remove unnecessary enum
authorShivani Bhardwaj <shivanib134@gmail.com>
Tue, 13 Oct 2015 21:59:58 +0000 (03:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 04:31:25 +0000 (21:31 -0700)
commit784c7d2f0e390bcda734ee4ea8c7289777abf1c6
tree7c836d5fac7c28b186d37045cfa1f564101f55fe
parent5da654541bb3cccaa480e8998f1bb770126341f1
Staging: wilc1000: host_interface: Remove unnecessary enum

enum scan_conn_timer and its instances are never used anywhere
in the code so, remove it.
Semantic patch used:

@@
type T;
identifier i;
constant C;
position p != e.p;
@@

- T i@p;
  <+... when != i
- i = C;
  ...+>

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
This page took 0.024806 seconds and 5 git commands to generate.