mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Remove a dead function bool_from_env_var
This commit is contained in:
parent
8477126ae4
commit
d2ae00ca44
1 changed files with 0 additions and 6 deletions
|
@ -1737,9 +1737,3 @@ bool universal_notifier_t::notification_fd_became_readable(int fd)
|
|||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool bool_from_env_var(const char *name, bool default_value)
|
||||
{
|
||||
const char *var = getenv(name);
|
||||
return var ? from_string<bool>(var) : default_value;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue