Remove unnecessary error_init(NULL)

This commit is contained in:
Kp 2016-01-09 16:38:11 +00:00
parent 7cc8920736
commit 100af92d3f

View file

@ -374,7 +374,6 @@ static int main(int argc, char *argv[])
{
mem_init();
#ifdef __linux__
error_init(NULL);
#ifdef WORDS_NEED_ALIGNMENT
prctl(PR_SET_UNALIGN, PR_UNALIGN_NOPRINT, 0, 0, 0);
#endif