From 911282cfbbc8615d8f2e25ad932c8c34d8217b33 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 7 Oct 2019 09:09:01 +0100 Subject: cid#1454631 Logically dead code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie2850a38db3d2e343d9fc19e245eb97238196110 Reviewed-on: https://gerrit.libreoffice.org/80339 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basegfx/source/tools/systemdependentdata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx/source/tools/systemdependentdata.cxx') diff --git a/basegfx/source/tools/systemdependentdata.cxx b/basegfx/source/tools/systemdependentdata.cxx index 6f1e789d16c8..223b607ffae0 100644 --- a/basegfx/source/tools/systemdependentdata.cxx +++ b/basegfx/source/tools/systemdependentdata.cxx @@ -109,7 +109,7 @@ namespace basegfx } // set locally (once, on-demand created, non-zero) - const_cast(this)->mnCalculatedCycles = nResult < 1 ? 1 : nResult; + const_cast(this)->mnCalculatedCycles = nResult; } return mnCalculatedCycles; -- cgit