From 7e7a47ac17ff0ae1ee18f2a709c6dd4cb42a8ca7 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Wed, 23 Nov 2022 20:52:58 +0100 Subject: Remove dead assignment Found by cppcheck: https://caja.mate-desktop.dev/2022-11-23-174623-5790-cppcheck@ae663c369cf2_desktop-no-overflow/18.html#line-630 --- libcaja-private/caja-icon-dnd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcaja-private/caja-icon-dnd.c b/libcaja-private/caja-icon-dnd.c index dde633e3..b9dfc36f 100644 --- a/libcaja-private/caja-icon-dnd.c +++ b/libcaja-private/caja-icon-dnd.c @@ -620,8 +620,6 @@ caja_icon_container_selection_items_local (CajaIconContainer *container, /* must have at least one item */ g_assert (items); - result = FALSE; - /* get the URI associated with the container */ container_uri_string = get_container_uri (container); -- cgit v1.2.1