Fix GCC 4.8 warnings
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 26 Jun 2013 00:42:16 +0000 (09:42 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 26 Jun 2013 00:42:16 +0000 (09:42 +0900)
Change-Id: I4582a62873fb5fcbe005a4b0e1d084e74f382f80

src/livebox.c

index ddebcbb..bc7f0aa 100644 (file)
@@ -176,13 +176,6 @@ errout:
 static void resize_cb(struct livebox *handler, const struct packet *result, void *data)
 {
        int ret;
-       struct cb_info *info = data;
-       ret_cb_t cb;
-       void *cbdata;
-
-       cb = info->cb;
-       cbdata = info->data;
-       destroy_cb_info(info);
 
        if (!result) {
                ret = LB_STATUS_ERROR_FAULT;