efl_net_dialer_websocket: remove unused variable.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Mon, 19 Sep 2016 06:18:35 +0000 (03:18 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Mon, 19 Sep 2016 13:01:51 +0000 (10:01 -0300)
efl-future will null the pointer, so pd is not needed anymore.

src/lib/ecore_con/efl_net_dialer_websocket.c

index 613181e..fb126dd 100644 (file)
@@ -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);