Skip to content

Commit

Permalink
Update src/env-inl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 10, 2021
1 parent 9436807 commit f0a2f4d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/env-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -837,14 +837,6 @@ void Environment::set_filehandle_close_warning(bool on) {
emit_filehandle_warning_ = on;
}

bool Environment::emit_insecure_umask_warning() const {
return emit_insecure_umask_warning_;
}

void Environment::set_emit_insecure_umask_warning(bool on) {
emit_insecure_umask_warning_ = on;
}

void Environment::set_source_maps_enabled(bool on) {
source_maps_enabled_ = on;
}
Expand Down

0 comments on commit f0a2f4d

Please sign in to comment.