Skip to content

Commit b4fc1ba

Browse files
author
git apple-llvm automerger
committed
Merge commit '993d2383e68b' from llvm.org/main into next
2 parents fc756dd + 993d238 commit b4fc1ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/ProfileData/PGOCtxProfWriter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ enum PGOCtxProfileBlockIDs {
6060
/// example, value profiling would produce a new record with a new record ID,
6161
/// containing the profiled values (much like the counters)
6262
class PGOCtxProfileWriter final {
63-
SmallVector<char, 1 << 20> Buff;
6463
BitstreamWriter Writer;
6564

6665
void writeCounters(const ctx_profile::ContextNode &Node);

0 commit comments

Comments
 (0)