Skip to content

Commit

Permalink
src: remove unused env strings
Browse files Browse the repository at this point in the history
user_string:
Usage removed in 4e05952
onstop_string:
Usage removed in 7b46e17
max_old_space_size_string:
Added in 0df031a, never used
max_semi_space_size_string:
Added in 0df031a, never used
enter_string:
Usage removed in eeede3b

PR-URL: #22137
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
maclover7 authored and targos committed Aug 6, 2018
1 parent 34300aa commit 6ca00d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/env.h
Expand Up @@ -150,7 +150,6 @@ struct PackageConfig {
V(emit_warning_string, "emitWarning") \
V(exchange_string, "exchange") \
V(encoding_string, "encoding") \
V(enter_string, "enter") \
V(entries_string, "entries") \
V(env_pairs_string, "envPairs") \
V(errno_string, "errno") \
Expand Down Expand Up @@ -190,8 +189,6 @@ struct PackageConfig {
V(mac_string, "mac") \
V(main_string, "main") \
V(max_buffer_string, "maxBuffer") \
V(max_semi_space_size_string, "maxSemiSpaceSize") \
V(max_old_space_size_string, "maxOldSpaceSize") \
V(message_string, "message") \
V(message_port_string, "messagePort") \
V(message_port_constructor_string, "MessagePort") \
Expand Down Expand Up @@ -226,7 +223,6 @@ struct PackageConfig {
V(onsettings_string, "onsettings") \
V(onshutdown_string, "onshutdown") \
V(onsignal_string, "onsignal") \
V(onstop_string, "onstop") \
V(onstreamclose_string, "onstreamclose") \
V(ontrailers_string, "ontrailers") \
V(onunpipe_string, "onunpipe") \
Expand Down Expand Up @@ -288,7 +284,6 @@ struct PackageConfig {
V(uid_string, "uid") \
V(unknown_string, "<unknown>") \
V(url_string, "url") \
V(user_string, "user") \
V(username_string, "username") \
V(valid_from_string, "valid_from") \
V(valid_to_string, "valid_to") \
Expand Down

0 comments on commit 6ca00d7

Please sign in to comment.