diff --git a/src/decoder/plugins/DsdLib.cxx b/src/decoder/plugins/DsdLib.cxx index d19de96a1..042571b9e 100644 --- a/src/decoder/plugins/DsdLib.cxx +++ b/src/decoder/plugins/DsdLib.cxx @@ -150,6 +150,5 @@ dsdlib_tag_id3(InputStream &is, TagHandler &handler, scan_id3_tag(id3_tag, handler); id3_tag_delete(id3_tag); - return; } #endif diff --git a/src/decoder/plugins/DsdiffDecoderPlugin.cxx b/src/decoder/plugins/DsdiffDecoderPlugin.cxx index ef98f32f3..ba6a78079 100644 --- a/src/decoder/plugins/DsdiffDecoderPlugin.cxx +++ b/src/decoder/plugins/DsdiffDecoderPlugin.cxx @@ -213,7 +213,6 @@ dsdiff_handle_native_tag(DecoderClient *client, InputStream &is, return; handler.OnTag(type, {label, length}); - return; } /**