From b0c0a074a2318a231f3f635784da494f1b713c53 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 18 Apr 2016 11:03:43 +0200 Subject: clang-tidy clang-analyzer-deadcode.DeadStores suspect that some of these may reveal latent bugs.... Change-Id: I9de9aabbda9c8952715631577c29c1830df1eb71 Reviewed-on: https://gerrit.libreoffice.org/24200 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svtools/source/dialogs/wizardmachine.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx index e81cd61408b0..edeab91a3630 100644 --- a/svtools/source/dialogs/wizardmachine.cxx +++ b/svtools/source/dialogs/wizardmachine.cxx @@ -513,7 +513,6 @@ namespace svt // get the next state nCurrentState = nNextState; - nNextState = determineNextState(nCurrentState); // show the (n+1)th page if (!ShowPage(nCurrentState)) -- cgit