seoz pushed a commit to branch master.

commit 1683e0ea539c6aa0f549617cc5ab939a44d152b9
Author: Daniel Juyung Seo <[email protected]>
Date:   Sat Jul 6 03:13:50 2013 +0900

    test_external.c: removed duplicated calls.
    
    This removes unused pointer value warning which was spotted by coverity.
    CID 1039977.
---
 src/bin/test_external.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/test_external.c b/src/bin/test_external.c
index b9b3c35..4500b0e 100644
--- a/src/bin/test_external.c
+++ b/src/bin/test_external.c
@@ -120,7 +120,6 @@ _bt_clicked(void *data, Evas_Object *obj __UNUSED__, void 
*event_info __UNUSED__
    elm_object_disabled_set(bt3, EINA_TRUE);
 
    pb1 = edje_object_part_external_object_get(edje, "ext_pbar1");
-   pb1 = edje_object_part_external_object_get(edje, "ext_pbar1");
    pb2 = edje_object_part_external_object_get(edje, "ext_pbar2");
    pb3 = edje_object_part_external_object_get(edje, "ext_pbar3");
    pb4 = edje_object_part_external_object_get(edje, "ext_pbar4");

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to