Remove unused YieldType::Ttl.
GitOrigin-RevId: 6a079309e0ffc624379d6bd523c34a8f98e6bb17
This commit is contained in:
parent
2009d58f6a
commit
54cd0a9830
@ -2818,7 +2818,7 @@ class MessagesManager : public Actor {
|
|||||||
KHeap<double> ttl_heap_;
|
KHeap<double> ttl_heap_;
|
||||||
Slot ttl_slot_;
|
Slot ttl_slot_;
|
||||||
|
|
||||||
enum YieldType : int32 { None, Ttl, TtlDb }; // None must be first
|
enum YieldType : int32 { None, TtlDb }; // None must be first
|
||||||
int32 ttl_db_expires_from_;
|
int32 ttl_db_expires_from_;
|
||||||
int32 ttl_db_expires_till_;
|
int32 ttl_db_expires_till_;
|
||||||
bool ttl_db_has_query_;
|
bool ttl_db_has_query_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user