rocksdb/utilities/merge_operators
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
..
string_append Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
bytesxor.cc Run clang-format on utilities/ (except utilities/transactions/) (#10853) 2022-10-24 16:38:09 -07:00
bytesxor.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
max.cc Remove FactoryFunc from LoadXXXObject (#11203) 2023-02-17 12:54:07 -08:00
max_operator.h Remove FactoryFunc from LoadXXXObject (#11203) 2023-02-17 12:54:07 -08:00
put.cc Remove FactoryFunc from LoadXXXObject (#11203) 2023-02-17 12:54:07 -08:00
put_operator.h Remove FactoryFunc from LoadXXXObject (#11203) 2023-02-17 12:54:07 -08:00
sortlist.cc Run clang-format on utilities/ (except utilities/transactions/) (#10853) 2022-10-24 16:38:09 -07:00
sortlist.h Make MergeOperator+CompactionFilter/Factory into Customizable Classes (#8481) 2021-08-06 08:27:25 -07:00
uint64add.cc Remove FactoryFunc from LoadXXXObject (#11203) 2023-02-17 12:54:07 -08:00
uint64add.h Remove FactoryFunc from LoadXXXObject (#11203) 2023-02-17 12:54:07 -08:00