Skip to content

Commit 86e79a5

Browse files
gengjiawenaddaleax
authored andcommitted
src: remove unused and unimplemented method in env.h
Signed-off-by: gengjiawen <technicalcute@gmail.com> PR-URL: #25699 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 6203d05 commit 86e79a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/env.h

-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,6 @@ class Environment {
644644

645645
inline v8::Isolate* isolate() const;
646646
inline uv_loop_t* event_loop() const;
647-
inline uint32_t watched_providers() const;
648647
inline void TryLoadAddon(const char* filename,
649648
int flags,
650649
std::function<bool(binding::DLib*)> was_loaded);

0 commit comments

Comments
 (0)