rocksdb/table/plain
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
..
plain_table_bloom.cc Format files under table/ by clang-format (#10852) 2022-10-25 11:50:38 -07:00
plain_table_bloom.h Meta-internal folly integration with F14FastMap (#9546) 2022-04-13 07:34:01 -07:00
plain_table_builder.cc Remove unnecessary, confusing 'extern' (#12300) 2024-01-29 10:38:08 -08:00
plain_table_builder.h Fix/cleanup SeqnoToTimeMapping (#12253) 2024-01-19 21:50:38 -08:00
plain_table_factory.cc Remove unnecessary, confusing 'extern' (#12300) 2024-01-29 10:38:08 -08:00
plain_table_factory.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
plain_table_index.cc Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
plain_table_index.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
plain_table_key_coding.cc Group SST write in flush, compaction and db open with new stats (#11910) 2023-12-29 15:29:23 -08:00
plain_table_key_coding.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
plain_table_reader.cc Remove unnecessary, confusing 'extern' (#12300) 2024-01-29 10:38:08 -08:00
plain_table_reader.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00