From 8b9a260d183db7e88e8e4f51e2e2ddbe004ae2b3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 18 Jan 2024 11:17:11 -0800 Subject: [PATCH] clang-tidy: fix doubled cases Found with bugprone-branch-clone Signed-off-by: Rosen Penev --- taglib/asf/asfattribute.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/taglib/asf/asfattribute.cpp b/taglib/asf/asfattribute.cpp index 04e02351..76de2ff7 100644 --- a/taglib/asf/asfattribute.cpp +++ b/taglib/asf/asfattribute.cpp @@ -240,7 +240,6 @@ int ASF::Attribute::dataSize() const case WordType: return 2; case BoolType: - return 4; case DWordType: return 4; case QWordType: