Remove a GNU/Linux includes that isn't used any more.

Move other GNU/Linux tests to the linux-specific part of configure.
This commit is contained in:
rocky
2005-01-07 22:15:24 +00:00
parent 23b8fedd65
commit b080079248
3 changed files with 5 additions and 22 deletions

View File

@@ -706,11 +706,8 @@ static char *force_generic_device = NULL;
static void
cleanup (void)
{
if (p) paranoia_free(p);
if (d) cdda_close(d);
#if FIXME_FIGURE_THIS_OUT
free_and_null(span);
#endif
if (p) paranoia_free(p);
if (d) cdda_close(d);
free_and_null(force_cdrom_device);
free_and_null(force_generic_device);
}