Lose nasty code

svn path=/trunk/netsurf/; revision=11984
This commit is contained in:
John Mark Bell 2011-03-12 19:14:23 +00:00
parent 0c7c722e23
commit 56413fd61c
1 changed files with 0 additions and 5 deletions

View File

@ -107,11 +107,6 @@ nserror netsurf_init(int *pargc,
signal(SIGPIPE, SIG_IGN);
#endif
#if !((defined(__SVR4) && defined(__sun)) || defined(__NetBSD__) || \
defined(__OpenBSD__) || defined(_WIN32) || defined(__AMIGA__))
stdout = stderr;
#endif
if (((*pargc) > 1) &&
((*pargv)[1][0] == '-') &&
((*pargv)[1][1] == 'v') &&