barbieri pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=696692ab90d055b67f48490f6216a010e35844a3

commit 696692ab90d055b67f48490f6216a010e35844a3
Author: Gustavo Sverzut Barbieri <barbi...@profusion.mobi>
Date:   Mon Sep 19 03:18:35 2016 -0300

    efl_net_dialer_websocket: remove unused variable.
    
    efl-future will null the pointer, so pd is not needed anymore.
---
 src/lib/ecore_con/efl_net_dialer_websocket.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/ecore_con/efl_net_dialer_websocket.c 
b/src/lib/ecore_con/efl_net_dialer_websocket.c
index 613181e..fb126dd 100644
--- a/src/lib/ecore_con/efl_net_dialer_websocket.c
+++ b/src/lib/ecore_con/efl_net_dialer_websocket.c
@@ -1493,7 +1493,6 @@ static void
 _efl_net_dialer_websocket_close_request_timeout(void *data, const Efl_Event 
*ev EINA_UNUSED)
 {
    Eo *o = data;
-   Efl_Net_Dialer_Websocket_Data *pd = efl_data_scope_get(o, MY_CLASS);
 
    DBG("server did not close the TCP socket, timeout");
    efl_event_callback_call(o, EFL_IO_CLOSER_EVENT_CLOSED, NULL);

-- 


Reply via email to