truncate patch

Summary:
omit the override for the previous commit
Closes https://github.com/facebook/rocksdb/pull/1898

Differential Revision: D4598743

Pulled By: lightmark

fbshipit-source-id: f98a378
This commit is contained in:
Aaron Gao 2017-02-22 10:21:39 -08:00 committed by Facebook Github Bot
parent 286a36db7f
commit 0824934423

View File

@ -231,7 +231,7 @@ class SpecialEnv : public EnvWrapper {
return base_->Append(data);
}
}
Status PositionedAppend(const Slice& data, uint64_t offset) {
Status PositionedAppend(const Slice& data, uint64_t offset) override {
if (env_->table_write_callback_) {
(*env_->table_write_callback_)();
}