Skip to content

Commit 210390f

Browse files
danbevtargos
authored andcommitted
src: remove identical V macro
This commit removes one of the V macros in IsolateData::MemoryInfo as they are identical as far as I can tell. PR-URL: #36427 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Zeyu Yang <[email protected]>
1 parent 02afe58 commit 210390f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/env.cc

-3
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,7 @@ void IsolateData::MemoryInfo(MemoryTracker* tracker) const {
211211
#define V(PropertyName, StringValue) \
212212
tracker->TrackField(#PropertyName, PropertyName());
213213
PER_ISOLATE_SYMBOL_PROPERTIES(V)
214-
#undef V
215214

216-
#define V(PropertyName, StringValue) \
217-
tracker->TrackField(#PropertyName, PropertyName());
218215
PER_ISOLATE_STRING_PROPERTIES(V)
219216
#undef V
220217

0 commit comments

Comments
 (0)