devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=843ad74adc149623cc5ef04e17ab9962dd6ce439

commit 843ad74adc149623cc5ef04e17ab9962dd6ce439
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Thu May 19 08:43:32 2016 -0400

    evas-vg: Don't fetch parent if we are not going to use it
    
    Essentially, this removes a compiler warning wrt 'parent' being set
    but not used.
    
    @fix
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 src/lib/evas/canvas/evas_vg_shape.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/evas/canvas/evas_vg_shape.c 
b/src/lib/evas/canvas/evas_vg_shape.c
index c3599f0..f4d74da 100644
--- a/src/lib/evas/canvas/evas_vg_shape.c
+++ b/src/lib/evas/canvas/evas_vg_shape.c
@@ -222,13 +222,10 @@ static void
 _efl_vg_shape_efl_vg_dup(Eo *obj, Efl_VG_Shape_Data *pd EINA_UNUSED, const 
Efl_VG *from)
 {
    Efl_VG_Shape_Data *fromd;
-   Eo *parent;
    Eo *fill = NULL, *stroke_fill = NULL, *stroke_marker = NULL;
 
    efl_vg_dup(eo_super(obj, MY_CLASS), from);
 
-   parent = eo_parent_get(obj);
-
    fromd = eo_data_scope_get(from, MY_CLASS);
 
    if (fromd->fill)

-- 


Reply via email to