From cd3fe675a97fa2b615686ad53669e436f295e185 Mon Sep 17 00:00:00 2001 From: agiardullo Date: Thu, 25 Feb 2016 17:29:39 -0800 Subject: [PATCH] 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 --- include/rocksdb/utilities/transaction_db.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/rocksdb/utilities/transaction_db.h b/include/rocksdb/utilities/transaction_db.h index 243b7a143..35b06d899 100644 --- a/include/rocksdb/utilities/transaction_db.h +++ b/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; };