Skip to content

Commit d3950a2

Browse files
bnoordhuisevanlucas
authored andcommitted
src: clean up PER_ISOLATE_STRING_PROPERTIES, v1
Remove unused strings from the PER_ISOLATE_STRING_PROPERTIES list. PR-URL: #8207 Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 089a1cb commit d3950a2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/env.h

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ namespace node {
7070
V(argv_string, "argv") \
7171
V(async, "async") \
7272
V(async_queue_string, "_asyncQueue") \
73-
V(atime_string, "atime") \
74-
V(birthtime_string, "birthtime") \
75-
V(blksize_string, "blksize") \
76-
V(blocks_string, "blocks") \
77-
V(buffer_string, "buffer") \
7873
V(bytes_string, "bytes") \
7974
V(bytes_parsed_string, "bytesParsed") \
8075
V(bytes_read_string, "bytesRead") \
@@ -86,14 +81,11 @@ namespace node {
8681
V(oncertcb_string, "oncertcb") \
8782
V(onclose_string, "_onclose") \
8883
V(code_string, "code") \
89-
V(compare_string, "compare") \
90-
V(ctime_string, "ctime") \
9184
V(cwd_string, "cwd") \
9285
V(debug_port_string, "debugPort") \
9386
V(debug_string, "debug") \
9487
V(dest_string, "dest") \
9588
V(detached_string, "detached") \
96-
V(dev_string, "dev") \
9789
V(disposed_string, "_disposed") \
9890
V(domain_string, "domain") \
9991
V(emitting_top_level_domain_error_string, "_emittingTopLevelDomainError") \
@@ -134,7 +126,6 @@ namespace node {
134126
V(immediate_callback_string, "_immediateCallback") \
135127
V(infoaccess_string, "infoAccess") \
136128
V(inherit_string, "inherit") \
137-
V(ino_string, "ino") \
138129
V(input_string, "input") \
139130
V(internal_string, "internal") \
140131
V(ipv4_string, "IPv4") \
@@ -146,22 +137,17 @@ namespace node {
146137
V(issuercert_string, "issuerCertificate") \
147138
V(kill_signal_string, "killSignal") \
148139
V(mac_string, "mac") \
149-
V(mark_sweep_compact_string, "mark-sweep-compact") \
150140
V(max_buffer_string, "maxBuffer") \
151141
V(message_string, "message") \
152142
V(minttl_string, "minttl") \
153-
V(mode_string, "mode") \
154143
V(model_string, "model") \
155144
V(modulus_string, "modulus") \
156-
V(mtime_string, "mtime") \
157145
V(name_string, "name") \
158146
V(need_imm_cb_string, "_needImmediateCallback") \
159147
V(netmask_string, "netmask") \
160148
V(nice_string, "nice") \
161-
V(nlink_string, "nlink") \
162149
V(nsname_string, "nsname") \
163150
V(ocsp_request_string, "OCSPRequest") \
164-
V(offset_string, "offset") \
165151
V(onchange_string, "onchange") \
166152
V(onclienthello_string, "onclienthello") \
167153
V(oncomplete_string, "oncomplete") \
@@ -195,9 +181,7 @@ namespace node {
195181
V(preference_string, "preference") \
196182
V(priority_string, "priority") \
197183
V(produce_cached_data_string, "produceCachedData") \
198-
V(prototype_string, "prototype") \
199184
V(raw_string, "raw") \
200-
V(rdev_string, "rdev") \
201185
V(readable_string, "readable") \
202186
V(received_shutdown_string, "receivedShutdown") \
203187
V(refresh_string, "refresh") \
@@ -207,7 +191,6 @@ namespace node {
207191
V(retry_string, "retry") \
208192
V(rss_string, "rss") \
209193
V(serial_string, "serial") \
210-
V(scavenge_string, "scavenge") \
211194
V(scopeid_string, "scopeid") \
212195
V(sent_shutdown_string, "sentShutdown") \
213196
V(serial_number_string, "serialNumber") \
@@ -232,7 +215,6 @@ namespace node {
232215
V(ticketkeycallback_string, "onticketkeycallback") \
233216
V(timeout_string, "timeout") \
234217
V(times_string, "times") \
235-
V(timestamp_string, "timestamp") \
236218
V(title_string, "title") \
237219
V(tls_npn_string, "tls_npn") \
238220
V(tls_alpn_string, "tls_alpn") \

0 commit comments

Comments
 (0)