Skip to content

Commit f0a2f4d

Browse files
author
Benjamin E. Coe
authored
Update src/env-inl.h
1 parent 9436807 commit f0a2f4d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/env-inl.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -837,14 +837,6 @@ void Environment::set_filehandle_close_warning(bool on) {
837837
emit_filehandle_warning_ = on;
838838
}
839839

840-
bool Environment::emit_insecure_umask_warning() const {
841-
return emit_insecure_umask_warning_;
842-
}
843-
844-
void Environment::set_emit_insecure_umask_warning(bool on) {
845-
emit_insecure_umask_warning_ = on;
846-
}
847-
848840
void Environment::set_source_maps_enabled(bool on) {
849841
source_maps_enabled_ = on;
850842
}

0 commit comments

Comments
 (0)