Remove unuse function 34/61534/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Tue, 8 Mar 2016 10:45:59 +0000 (19:45 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Tue, 8 Mar 2016 10:45:59 +0000 (19:45 +0900)
Change-Id: If83b00553c0ac680c53b4cdae9129b77894c0d29

src/tbm_bufmgr_exynos.c

index bcea640..687fc67 100644 (file)
@@ -338,15 +338,6 @@ _tgl_get_data(int fd, unsigned int key)
        return arg.data1;
 }
 
-static inline int
-_is_drm_master(int drm_fd)
-{
-       drm_magic_t magic;
-
-       return drmGetMagic(drm_fd, &magic) == 0 &&
-              drmAuthMagic(drm_fd, magic) == 0;
-}
-
 static int
 _exynos_cache_flush(tbm_bo bo, int flags)
 {