We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bf45cb + bf02ecd commit ce6174eCopy full SHA for ce6174e
fuzztest/internal/table_of_recent_compares.h
@@ -216,7 +216,7 @@ class TableOfRecentlyComparedBuffers {
216
// Constructs a buffer comparison table with the `compact` option: When it is
217
// true, `GetRandomOffset()`/`GetRandomEntry()` would sample from inserted
218
// offsets/entries, unless the table is empty.
219
- explicit TableOfRecentlyComparedBuffers(bool compact) : compact_(compact) {};
+ explicit TableOfRecentlyComparedBuffers(bool compact) : compact_(compact) {}
220
221
void Insert(const uint8_t* buf1, const uint8_t* buf2, size_t n) {
222
if (!compact_) {
0 commit comments