Skip to content

Commit 6ca00d7

Browse files
maclover7targos
authored andcommitted
src: remove unused env strings
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>
1 parent 34300aa commit 6ca00d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/env.h

-5
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ struct PackageConfig {
150150
V(emit_warning_string, "emitWarning") \
151151
V(exchange_string, "exchange") \
152152
V(encoding_string, "encoding") \
153-
V(enter_string, "enter") \
154153
V(entries_string, "entries") \
155154
V(env_pairs_string, "envPairs") \
156155
V(errno_string, "errno") \
@@ -190,8 +189,6 @@ struct PackageConfig {
190189
V(mac_string, "mac") \
191190
V(main_string, "main") \
192191
V(max_buffer_string, "maxBuffer") \
193-
V(max_semi_space_size_string, "maxSemiSpaceSize") \
194-
V(max_old_space_size_string, "maxOldSpaceSize") \
195192
V(message_string, "message") \
196193
V(message_port_string, "messagePort") \
197194
V(message_port_constructor_string, "MessagePort") \
@@ -226,7 +223,6 @@ struct PackageConfig {
226223
V(onsettings_string, "onsettings") \
227224
V(onshutdown_string, "onshutdown") \
228225
V(onsignal_string, "onsignal") \
229-
V(onstop_string, "onstop") \
230226
V(onstreamclose_string, "onstreamclose") \
231227
V(ontrailers_string, "ontrailers") \
232228
V(onunpipe_string, "onunpipe") \
@@ -288,7 +284,6 @@ struct PackageConfig {
288284
V(uid_string, "uid") \
289285
V(unknown_string, "<unknown>") \
290286
V(url_string, "url") \
291-
V(user_string, "user") \
292287
V(username_string, "username") \
293288
V(valid_from_string, "valid_from") \
294289
V(valid_to_string, "valid_to") \

0 commit comments

Comments
 (0)