diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-08-24 09:57:19 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-08-24 09:57:19 +0200 |
commit | fe76249289ac63acec462a649aa5268a7c21ba6d (patch) | |
tree | 00dd29eb843401edc1fa856c70124ef5778fabcf /ubi-utils/ubinfo.c | |
parent | aaadd269c6916e9ed42afcf37b164e203956e487 (diff) |
Remove unused symbols
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'ubi-utils/ubinfo.c')
-rw-r--r-- | ubi-utils/ubinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ubi-utils/ubinfo.c b/ubi-utils/ubinfo.c index 53519cc..6c5b19e 100644 --- a/ubi-utils/ubinfo.c +++ b/ubi-utils/ubinfo.c @@ -427,7 +427,6 @@ int main(int argc, char * const argv[]) if (err) goto out_libubi; -out: libubi_close(libubi); return 0; |