diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2017-06-22 13:41:22 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2017-06-28 10:27:35 +0200 |
commit | e511691315f6704961a0c8e3a9725f1a589a5c11 (patch) | |
tree | f0b4034c8e2c9a8d8851580f191f5256b145dfb3 /tests | |
parent | ca517e8b320c7a31c3a147fb1212ddb33cabd919 (diff) |
Remove unused variables and functions
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ubi-tests/integ.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ubi-tests/integ.c b/tests/ubi-tests/integ.c index 94d546b..26c2ce5 100644 --- a/tests/ubi-tests/integ.c +++ b/tests/ubi-tests/integ.c @@ -561,8 +561,6 @@ static void get_ubi_devices_info(void) static void load_ubi(void) { - int ret; - if (system("modprobe -r ubi")) error_exit("Failed to unload UBI module"); |