remove unreachable code

Found with -Wunreachable-code-break Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
parent b5d1a090
......@@ -170,7 +170,6 @@ PcmExport::GetInputBlockSize() const noexcept
case DsdMode::U32:
return dsd32_converter.GetInputBlockSize();
break;
case DsdMode::DOP:
return dop_converter.GetInputBlockSize();
......@@ -193,7 +192,6 @@ PcmExport::GetOutputBlockSize() const noexcept
case DsdMode::U32:
return dsd32_converter.GetOutputBlockSize();
break;
case DsdMode::DOP:
return dop_converter.GetOutputBlockSize();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment