Skip to content

Commit 22e9df0

Browse files
committed
Remove back the initialization and make the comment more obvious
1 parent c34e10f commit 22e9df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/ConcreteClusterPath.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ struct ConcreteClusterPath
5252
// to alignment requirements it's "free" in the sense of not needing more
5353
// memory to put it here. But we don't initialize it, because that
5454
// increases codesize for the non-consumers.
55-
bool mExpanded = false; // NOTE: in between larger members
55+
bool mExpanded; // NOTE: in between larger members, NOT initialized (see above)
5656
ClusterId mClusterId = 0;
5757
};
5858

0 commit comments

Comments
 (0)