Merge "Correctly implement a stub for AddSequenceData"

This commit is contained in:
Treehugger Robot 2021-06-26 00:33:01 +00:00 committed by Gerrit Code Review
commit 8704d21c79

View file

@ -76,7 +76,7 @@ bool ICowWriter::AddLabel(uint64_t label) {
return EmitLabel(label);
}
bool AddSequenceData(size_t /*num_ops*/, const uint32_t* /*data*/) {
bool ICowWriter::AddSequenceData(size_t /*num_ops*/, const uint32_t* /*data*/) {
LOG(ERROR) << "AddSequenceData not yet implemented";
return false;
}