Skip to content

Commit dc843f5

Browse files
gengjiawenaddaleax
authored andcommitted
src: remove unused and unimplemented method in env.h
Signed-off-by: gengjiawen <[email protected]> PR-URL: #25699 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8d728f5 commit dc843f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/env.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,6 @@ class Environment {
646646

647647
inline v8::Isolate* isolate() const;
648648
inline uv_loop_t* event_loop() const;
649-
inline uint32_t watched_providers() const;
650649
inline void TryLoadAddon(const char* filename,
651650
int flags,
652651
std::function<bool(binding::DLib*)> was_loaded);

0 commit comments

Comments
 (0)