devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=054b87dc0d29605ff4ac3779669cfacc315e30b6

commit 054b87dc0d29605ff4ac3779669cfacc315e30b6
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Oct 14 13:33:08 2014 -0400

    remove useless return
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl_data.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/bin/e_comp_wl_data.c b/src/bin/e_comp_wl_data.c
index fcfcd79..bccfdb5 100644
--- a/src/bin/e_comp_wl_data.c
+++ b/src/bin/e_comp_wl_data.c
@@ -661,10 +661,7 @@ _e_comp_wl_clipboard_selection_set(struct wl_listener 
*listener EINA_UNUSED, voi
                                          cdata->selection.serial, p[0]);
 
    if (!cdata->clipboard.source)
-     {
-        close(p[0]);
-        return;
-     }
+     close(p[0]);
 }
 
 static void

-- 


Reply via email to