Remove stale TODO

Summary: This was fixed by 0c2bd5cb

Test Plan: n/a

Reviewers: gabijs

Reviewed By: gabijs

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D54753
main
agiardullo 9 years ago
parent 69c98f0431
commit cd3fe675a9
  1. 2
      include/rocksdb/utilities/transaction_db.h

@ -92,8 +92,6 @@ struct TransactionOptions {
// will never relinquish any locks it holds. This could prevent keys from
// being
// written by other writers.
//
// TODO(agiardullo): Improve performance of checking expiration time.
int64_t expiration = -1;
};

Loading…
Cancel
Save