clang-tidy: remove pointless return

Found with readability-redundant-control-flow

Signed-off-by: Rosen Penev <rosenp@gmail.com>
pull/250/head
Rosen Penev 2020-10-12 00:32:50 -07:00
parent d5320d554e
commit 3e67b5cbd1
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ void eval_canfd(char* buf, struct timeval *date_tvp, char timestamps, int dplace
calc_tv(&tv, &read_tv, date_tvp, timestamps, dplace);
prframe(outfile, &tv, interface, &cf, dlen, extra_info);
fflush(outfile);
return;
/* No support for really strange CANFD ErrorFrames format m( */
}