| Index: runtime/bin/stdio_linux.cc
|
| diff --git a/runtime/bin/stdio_linux.cc b/runtime/bin/stdio_linux.cc
|
| index 5c37ccf5e6ba24e222892becd881343c5dd01f5a..a6eddbedf29445826c2546c62d3c46b16312edb7 100644
|
| --- a/runtime/bin/stdio_linux.cc
|
| +++ b/runtime/bin/stdio_linux.cc
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#if !defined(DART_IO_DISABLED)
|
| -
|
| #include "platform/globals.h"
|
| #if defined(HOST_OS_LINUX)
|
|
|
| @@ -111,5 +109,3 @@ bool Stdout::AnsiSupported(intptr_t fd, bool* supported) {
|
| } // namespace dart
|
|
|
| #endif // defined(HOST_OS_LINUX)
|
| -
|
| -#endif // !defined(DART_IO_DISABLED)
|
|
|