Chromium Code Reviews| Index: runtime/bin/stdio.h |
| diff --git a/runtime/bin/stdio.h b/runtime/bin/stdio.h |
| index fcc424e36d801e2415aca649515b1e76f1d19f72..89a2278d36c8dcbad137e9d61079af257b0d9ddc 100644 |
| --- a/runtime/bin/stdio.h |
| +++ b/runtime/bin/stdio.h |
| @@ -5,10 +5,6 @@ |
| #ifndef RUNTIME_BIN_STDIO_H_ |
| #define RUNTIME_BIN_STDIO_H_ |
| -#if defined(DART_IO_DISABLED) |
| -#error "stdio.h can only be included on builds with IO enabled" |
| -#endif |
| - |
| #include "bin/builtin.h" |
| #include "bin/utils.h" |