mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-26 16:30:56 +00:00
Remove a TODO that has been done
Summary: Remove a TODO that has been done Test Plan: make Reviewers: sdong, igor Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D39429
This commit is contained in:
parent
8afafc2783
commit
0483dab2ab
|
@ -17,7 +17,6 @@ void EventHelpers::AppendCurrentTime(JSONWriter* jwriter) {
|
||||||
std::chrono::system_clock::now().time_since_epoch()).count();
|
std::chrono::system_clock::now().time_since_epoch()).count();
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(yhchiang): change the API to directly take TableFileCreationInfo
|
|
||||||
void EventHelpers::LogAndNotifyTableFileCreation(
|
void EventHelpers::LogAndNotifyTableFileCreation(
|
||||||
EventLogger* event_logger,
|
EventLogger* event_logger,
|
||||||
const std::vector<std::shared_ptr<EventListener>>& listeners,
|
const std::vector<std::shared_ptr<EventListener>>& listeners,
|
||||||
|
|
Loading…
Reference in a new issue