commit | 98f6e62c6d397c54987bc627e3171363f3c74116 | [log] [tgz] |
---|---|---|
author | Rosen Penev <rosenp@gmail.com> | Wed Jun 03 15:39:12 2020 -0700 |
committer | Nikias Bassen <nikias@gmx.li> | Wed Dec 30 02:38:56 2020 +0100 |
tree | ab1b5138e0b193ef68608f44dfb296442b351d9c | |
parent | 591b4faa4563bafb7fe78c27e3c5718df7bf6eb6 [diff] |
Remove pointless return [clang-tidy] Found with readability-redundant-control-flow Signed-off-by: Rosen Penev <rosenp@gmail.com>
diff --git a/src/libusbmuxd.c b/src/libusbmuxd.c index 703bbbe..42a9997 100644 --- a/src/libusbmuxd.c +++ b/src/libusbmuxd.c
@@ -1779,7 +1779,6 @@ #ifdef HAVE_INOTIFY use_inotify = set; #endif - return; } USBMUXD_API void libusbmuxd_set_debug_level(int level)