remove ifdef

This commit is contained in:
Jim Meyering 2000-05-06 14:33:46 +00:00
parent 6507fa63ce
commit b00705596d

View File

@ -3,8 +3,6 @@
#include "config.h"
#ifdef HAVE_ON_EXIT
int
atexit(f)
void (*f)();
@ -14,5 +12,3 @@ atexit(f)
on_exit (f, 0);
return 0;
}
#endif