From 839dde414f88c095237a956d2d9b97afc0d05a0d Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 29 May 2014 20:45:46 +0200 Subject: cppcheck: consecutive return/break/... Change-Id: I171df68539fc41046b706157c04ab1e8cc1e60ca --- svgio/source/svgreader/svgtools.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svgio') diff --git a/svgio/source/svgreader/svgtools.cxx b/svgio/source/svgreader/svgtools.cxx index afc6fecadb83..8c7ba0f5f573 100644 --- a/svgio/source/svgreader/svgtools.cxx +++ b/svgio/source/svgreader/svgtools.cxx @@ -186,7 +186,6 @@ namespace svgio } return fRetval; - break; } default: { -- cgit