mirror of https://github.com/facebook/rocksdb.git
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();
|
||||
}
|
||||
|
||||
// TODO(yhchiang): change the API to directly take TableFileCreationInfo
|
||||
void EventHelpers::LogAndNotifyTableFileCreation(
|
||||
EventLogger* event_logger,
|
||||
const std::vector<std::shared_ptr<EventListener>>& listeners,
|
||||
|
|
Loading…
Reference in New Issue