File tree 1 file changed +2
-2
lines changed
llvm/include/llvm/ProfileData
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ class RawMemProfReader final : public MemProfReader {
137
137
public:
138
138
RawMemProfReader (const RawMemProfReader &) = delete ;
139
139
RawMemProfReader &operator =(const RawMemProfReader &) = delete ;
140
- virtual ~RawMemProfReader () override = default ;
140
+ ~RawMemProfReader () override = default ;
141
141
142
142
// Prints the contents of the profile in YAML format.
143
143
void printYAML (raw_ostream &OS);
@@ -161,7 +161,7 @@ class RawMemProfReader final : public MemProfReader {
161
161
// Returns a list of build ids recorded in the segment information.
162
162
static std::vector<std::string> peekBuildIds (MemoryBuffer *DataBuffer);
163
163
164
- virtual Error
164
+ Error
165
165
readNextRecord (GuidMemProfRecordPair &GuidRecord,
166
166
std::function<const Frame (const FrameId)> Callback) override ;
167
167
You can’t perform that action at this time.
0 commit comments