From 94d9d895edac0b99e0fbc94ff7763292af1fdc5b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 31 May 2017 18:17:03 +0200 Subject: Remove some unnecessary scaffolding around SAL_WARN calls Change-Id: Iaec105d85a283ad15fdca6ffc5cf3d2ec5acac18 --- ucb/source/ucp/expand/ucpexpand.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'ucb') diff --git a/ucb/source/ucp/expand/ucpexpand.cxx b/ucb/source/ucp/expand/ucpexpand.cxx index 85b39f42b478..9951fb28ff77 100644 --- a/ucb/source/ucp/expand/ucpexpand.cxx +++ b/ucb/source/ucp/expand/ucpexpand.cxx @@ -202,7 +202,6 @@ sal_Int32 ExpandContentProviderImpl::compareContentIds( } catch (const ucb::IllegalIdentifierException & exc) { - (void) exc; // unused SAL_WARN( "ucb", exc.Message ); return -1; } -- cgit