main: remove unused lf variable
authorMarc-André Lureau <marc-andre.lureau@nokia.com>
Tue, 17 Feb 2009 19:59:45 +0000 (21:59 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 19 Feb 2009 03:54:35 +0000 (04:54 +0100)
src/daemon/main.c

index d3e02fa..5f94ec6 100644 (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);