Commit 88b97127 authored by Maciej Lipinski's avatar Maciej Lipinski

[sdb storage] removed unused variables

parent acc8d804
......@@ -351,8 +351,7 @@ found_exit:
int get_persistent_mac(uint8_t portnum, uint8_t *mac)
{
int ret = 0;
int i, class;
uint64_t rom;
int i;
struct w1_dev *d;
if (IS_HOST_PROCESS) {
......
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