wayland-server: remove unnecessary variable
authorSung-Jin Park <sj76.park@samsung.com>
Tue, 16 Jul 2019 11:13:02 +0000 (20:13 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Thu, 16 Feb 2023 10:10:01 +0000 (19:10 +0900)
Change-Id: I8014208fe4c42890d2f51178ae0eb42ab893404d
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/wayland-server.c

index c0f7790..6e5453a 100755 (executable)
@@ -311,7 +311,6 @@ wl_resource_post_error_vargs(struct wl_resource *resource,
        struct wl_client *client = resource->client;
        char buffer[128];
        int pid;
-       va_list ap;
 
        vsnprintf(buffer, sizeof buffer, msg, argp);