shm: remove wl_shm_buffer.pool NULL checks
authorSimon Ser <contact@emersion.fr>
Wed, 2 Jun 2021 14:22:54 +0000 (16:22 +0200)
committerSimon Ser <contact@emersion.fr>
Thu, 10 Jun 2021 14:33:32 +0000 (14:33 +0000)
commitba0c63dee86cf94272c7763d711695fe3af0f210
treecf59643a5dfd40367194dadc056c97730528f95e
parentabcf1048e23525865c2ff43ce90bbdaa80524246
shm: remove wl_shm_buffer.pool NULL checks

wl_shm_buffer.pool is never set to NULL. The only time it's set is
in shm_pool_create_buffer, and the pool is guaranteed to be non-NULL
there.

Signed-off-by: Simon Ser <contact@emersion.fr>
src/wayland-shm.c