Skip to content

Commit 05bb3e1

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 <joyeec9h3@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Zeyu Yang <himself65@outlook.com>
1 parent 7ac8ab8 commit 05bb3e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/env.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,7 @@ void IsolateData::MemoryInfo(MemoryTracker* tracker) const {
207207
#define V(PropertyName, StringValue) \
208208
tracker->TrackField(#PropertyName, PropertyName());
209209
PER_ISOLATE_SYMBOL_PROPERTIES(V)
210-
#undef V
211210

212-
#define V(PropertyName, StringValue) \
213-
tracker->TrackField(#PropertyName, PropertyName());
214211
PER_ISOLATE_STRING_PROPERTIES(V)
215212
#undef V
216213

0 commit comments

Comments
 (0)