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:
Yueh-Hsuan Chiang 2015-06-02 18:34:52 -07:00
parent 8afafc2783
commit 0483dab2ab
1 changed files with 0 additions and 1 deletions

View File

@ -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,