Re: [PATCH weston] weston-launch: Remove unused event source

2015-10-23 Thread Bryce Harrington
On Wed, Oct 21, 2015 at 12:39:11PM -0500, Derek Foreman wrote: > vt_source is never added to an event loop in this launcher, but > it's potentially removed. > > Let's just remove the variable entirely. > > Signed-off-by: Derek Foreman Yep, nothing else appears to reference vt_source in this fil

[PATCH weston] weston-launch: Remove unused event source

2015-10-21 Thread Derek Foreman
vt_source is never added to an event loop in this launcher, but it's potentially removed. Let's just remove the variable entirely. Signed-off-by: Derek Foreman --- src/launcher-weston-launch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/launcher-weston-launch.c b/src/launcher-westo