Skip to content

Commit 6f520e3

Browse files
addaleaxMylesBorins
authored andcommitted
src: remove unused strings from env.h
PR-URL: #17643 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent bc45354 commit 6f520e3

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/env.h

-22
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,15 @@ class ModuleWrap;
107107
V(cached_data_string, "cachedData") \
108108
V(cached_data_produced_string, "cachedDataProduced") \
109109
V(cached_data_rejected_string, "cachedDataRejected") \
110-
V(callback_string, "callback") \
111110
V(change_string, "change") \
112111
V(channel_string, "channel") \
113112
V(chunks_sent_since_last_write_string, "chunksSentSinceLastWrite") \
114113
V(constants_string, "constants") \
115114
V(oncertcb_string, "oncertcb") \
116115
V(onclose_string, "_onclose") \
117116
V(code_string, "code") \
118-
V(configurable_string, "configurable") \
119117
V(cwd_string, "cwd") \
120118
V(dest_string, "dest") \
121-
V(destroy_string, "destroy") \
122119
V(destroyed_string, "destroyed") \
123120
V(detached_string, "detached") \
124121
V(dns_a_string, "A") \
@@ -132,13 +129,8 @@ class ModuleWrap;
132129
V(dns_srv_string, "SRV") \
133130
V(dns_txt_string, "TXT") \
134131
V(domain_string, "domain") \
135-
V(emit_string, "emit") \
136132
V(emit_warning_string, "emitWarning") \
137133
V(exchange_string, "exchange") \
138-
V(enumerable_string, "enumerable") \
139-
V(idle_string, "idle") \
140-
V(irq_string, "irq") \
141-
V(enablepush_string, "enablePush") \
142134
V(encoding_string, "encoding") \
143135
V(enter_string, "enter") \
144136
V(entries_string, "entries") \
@@ -159,16 +151,12 @@ class ModuleWrap;
159151
V(file_string, "file") \
160152
V(fingerprint_string, "fingerprint") \
161153
V(flags_string, "flags") \
162-
V(get_string, "get") \
163154
V(get_data_clone_error_string, "_getDataCloneError") \
164155
V(get_shared_array_buffer_id_string, "_getSharedArrayBufferId") \
165156
V(gid_string, "gid") \
166157
V(handle_string, "handle") \
167-
V(heap_total_string, "heapTotal") \
168-
V(heap_used_string, "heapUsed") \
169158
V(homedir_string, "homedir") \
170159
V(hostmaster_string, "hostmaster") \
171-
V(id_string, "id") \
172160
V(ignore_string, "ignore") \
173161
V(immediate_callback_string, "_immediateCallback") \
174162
V(infoaccess_string, "infoAccess") \
@@ -182,19 +170,15 @@ class ModuleWrap;
182170
V(issuer_string, "issuer") \
183171
V(issuercert_string, "issuerCertificate") \
184172
V(kill_signal_string, "killSignal") \
185-
V(length_string, "length") \
186173
V(mac_string, "mac") \
187174
V(main_string, "main") \
188175
V(max_buffer_string, "maxBuffer") \
189176
V(message_string, "message") \
190177
V(minttl_string, "minttl") \
191-
V(model_string, "model") \
192178
V(modulus_string, "modulus") \
193179
V(name_string, "name") \
194180
V(netmask_string, "netmask") \
195-
V(nice_string, "nice") \
196181
V(nsname_string, "nsname") \
197-
V(nexttick_string, "nextTick") \
198182
V(ocsp_request_string, "OCSPRequest") \
199183
V(onchange_string, "onchange") \
200184
V(onclienthello_string, "onclienthello") \
@@ -254,26 +238,20 @@ class ModuleWrap;
254238
V(service_string, "service") \
255239
V(servername_string, "servername") \
256240
V(session_id_string, "sessionId") \
257-
V(set_string, "set") \
258241
V(shell_string, "shell") \
259242
V(signal_string, "signal") \
260243
V(size_string, "size") \
261244
V(sni_context_err_string, "Invalid SNI context") \
262245
V(sni_context_string, "sni_context") \
263-
V(speed_string, "speed") \
264246
V(stack_string, "stack") \
265247
V(status_string, "status") \
266248
V(stdio_string, "stdio") \
267-
V(stream_string, "stream") \
268249
V(subject_string, "subject") \
269250
V(subjectaltname_string, "subjectaltname") \
270-
V(sys_string, "sys") \
271251
V(syscall_string, "syscall") \
272-
V(tick_callback_string, "_tickCallback") \
273252
V(tick_domain_cb_string, "_tickDomainCallback") \
274253
V(ticketkeycallback_string, "onticketkeycallback") \
275254
V(timeout_string, "timeout") \
276-
V(times_string, "times") \
277255
V(tls_ticket_string, "tlsTicket") \
278256
V(ttl_string, "ttl") \
279257
V(type_string, "type") \

0 commit comments

Comments
 (0)