Fix distcheck

Remove a warning that makes us fail with -Werror
This commit is contained in:
Giovanni Campagna 2013-09-17 09:49:17 +02:00
parent cc0b093f7a
commit 2734c8547f

View File

@ -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);