We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Buffer
1 parent 0c454df commit 993d238Copy full SHA for 993d238
llvm/include/llvm/ProfileData/PGOCtxProfWriter.h
@@ -60,7 +60,6 @@ enum PGOCtxProfileBlockIDs {
60
/// example, value profiling would produce a new record with a new record ID,
61
/// containing the profiled values (much like the counters)
62
class PGOCtxProfileWriter final {
63
- SmallVector<char, 1 << 20> Buff;
64
BitstreamWriter Writer;
65
66
void writeCounters(const ctx_profile::ContextNode &Node);
0 commit comments