From 2734c8547f56568ceddd7eb0a15eb2cac7082029 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 17 Sep 2013 09:49:17 +0200 Subject: [PATCH] Fix distcheck Remove a warning that makes us fail with -Werror --- src/wayland/weston-launch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wayland/weston-launch.c b/src/wayland/weston-launch.c index 3cb422687..d81164835 100644 --- a/src/wayland/weston-launch.c +++ b/src/wayland/weston-launch.c @@ -449,8 +449,6 @@ tty_reset(struct weston_launch *wl) static void quit(struct weston_launch *wl, int status) { - int err; - if (wl->child > 0) kill(wl->child, SIGKILL);