diff --git a/src/env.h b/src/env.h index 9de45a464bd421..a0254796fa166c 100644 --- a/src/env.h +++ b/src/env.h @@ -644,7 +644,6 @@ class Environment { inline v8::Isolate* isolate() const; inline uv_loop_t* event_loop() const; - inline uint32_t watched_providers() const; inline void TryLoadAddon(const char* filename, int flags, std::function was_loaded);