From 6c9bef801f7276daf6e7993a9f2dde001e38eb80 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Thu, 24 Jan 2019 21:56:16 +0800 Subject: [PATCH] src: remove unused and unimplemented method in env.h Signed-off-by: gengjiawen --- src/env.h | 1 - 1 file changed, 1 deletion(-) 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);