diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2019-11-12 16:56:43 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 19:06:13 -0400 |
commit | d94e4613cace2e1f0215126b11c5c84375337d44 (patch) | |
tree | a189a1af12f864df53256d74dd1af84c09b30db8 /indra/llcommon | |
parent | 950204a5d77c2681e369efdc45a7dc7b8348ee75 (diff) |
DRTVWR-476: Back out e66ec842b851: unrolling stderr redirection.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llerror.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp index d9f299b2d9..c0e1e443c4 100644 --- a/indra/llcommon/llerror.cpp +++ b/indra/llcommon/llerror.cpp @@ -39,8 +39,6 @@ #if !LL_WINDOWS # include <syslog.h> # include <unistd.h> -#else -# include <io.h> #endif // !LL_WINDOWS #include <vector> #include "string.h" |