rocksdb/trace_replay
Peter Dillinger 76c834e441 Remove 'virtual' when implied by 'override' (#12319)
Summary:
... to follow modern C++ style / idioms.

Used this hack:
```
for FILE in `cat my_list_of_files`; do perl -pi -e 'BEGIN{undef $/;} s/ virtual( [^;{]* override)/$1/smg' $FILE; done
```

Pull Request resolved: https://github.com/facebook/rocksdb/pull/12319

Test Plan: existing tests, CI

Reviewed By: jaykorean

Differential Revision: D53275303

Pulled By: pdillinger

fbshipit-source-id: bc0881af270aa8ef4d0ae4f44c5a6614b6407377
2024-01-31 13:14:42 -08:00
..
block_cache_tracer.cc
block_cache_tracer.h
block_cache_tracer_test.cc
io_tracer.cc
io_tracer.h
io_tracer_test.cc
trace_record.cc
trace_record_handler.cc
trace_record_handler.h
trace_record_result.cc
trace_replay.cc
trace_replay.h