Index: runtime/bin/file_system_watcher_linux.cc |
diff --git a/runtime/bin/file_system_watcher_linux.cc b/runtime/bin/file_system_watcher_linux.cc |
index cc1d43fd8e94ce67a0885e7d3fe38969f0a99a89..bd9806ed9f766fa8ee9b5d050eae4ece628a3470 100644 |
--- a/runtime/bin/file_system_watcher_linux.cc |
+++ b/runtime/bin/file_system_watcher_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) |
@@ -143,5 +141,3 @@ Dart_Handle FileSystemWatcher::ReadEvents(intptr_t id, intptr_t path_id) { |
} // namespace dart |
#endif // defined(HOST_OS_LINUX) |
- |
-#endif // !defined(DART_IO_DISABLED) |