evas wl shm - fix warning with unused variable
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 11 Feb 2017 01:24:42 +0000 (10:24 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 11 Feb 2017 01:24:42 +0000 (10:24 +0900)
src/modules/ecore_buffer/shm/ecore_buffer_shm.c

index 4a36c72..298225a 100644 (file)
@@ -54,7 +54,7 @@ _ecore_buffer_shm_buffer_alloc(Ecore_Buffer_Module_Data bmdata, int width, int h
 {
    Ecore_Buffer_Shm_Data* b;
    char *name;
-   int fd, size, page_size;
+   int fd, page_size;
    Efl_Vpath_File *file_obj;
 
    page_size = eina_cpu_page_size();