diff --git a/src/env.h b/src/env.h index 68851f4d22e..6878f725bf6 100644 --- a/src/env.h +++ b/src/env.h @@ -646,7 +646,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);