From dcf6abfcdf3f4b7aec5796c9f6c806889328135f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 13 Jun 2015 10:16:56 +0200 Subject: cppcheck:unreadVariable Change-Id: I03981ceba67280e8ed98a9add7f24b3bd958d522 --- stoc/source/implementationregistration/implreg.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'stoc') diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx index 7acd1494f717..e7d904ee83be 100644 --- a/stoc/source/implementationregistration/implreg.cxx +++ b/stoc/source/implementationregistration/implreg.cxx @@ -565,7 +565,6 @@ static void deleteUserLink(const Reference < XRegistryKey >& xRootKey, if (hasNoImplementations) { bClean = true; - hasNoImplementations = false; OUString path(xOldKey->getKeyName()); xOldKey->closeKey(); xRootKey->deleteKey(path); -- cgit