main: remove unused lf variable

This commit is contained in:
Marc-André Lureau 2009-02-17 21:59:45 +02:00 committed by Lennart Poettering
parent c3eb9086b8
commit a252b61be1

View file

@ -348,7 +348,6 @@ int main(int argc, char *argv[]) {
pa_time_event *win32_timer;
struct timeval win32_tv;
#endif
char *lf = NULL;
int autospawn_fd = -1;
pa_bool_t autospawn_locked = FALSE;
@ -1000,9 +999,6 @@ finish:
pa_autospawn_lock_done(FALSE);
}
if (lf)
pa_xfree(lf);
#ifdef OS_IS_WIN32
if (win32_timer)
pa_mainloop_get_api(mainloop)->time_free(win32_timer);