Commit bf02ecd
committed
Remove extra ';' in table_of_recent_compares.h
The patch
8b93bbe
introduced an extra ';' two weeks ago.
This causes chromium fuzztest autoroller to fail at the moment:
```
fuzztest/internal/table_of_recent_compares.h:219:79: error: extra ';' after member function definition [-Werror,-Wextra-semi]
219 | explicit TableOfRecentlyComparedBuffers(bool compact) : compact_(compact) {};
```
Bug: #1857
Bug: https://issues.chromium.org/issues/444348065
Fixed: #1857
Fixed: https://issues.chromium.org/issues/4443480651 parent 3bf45cb commit bf02ecd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments