Skip to content

Commit

Permalink
Remove a TODO that has been done
Browse files Browse the repository at this point in the history
Summary: Remove a TODO that has been done

Test Plan: make

Reviewers: sdong, igor

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D39429
  • Loading branch information
yhchiang committed Jun 3, 2015
1 parent 8afafc2 commit 0483dab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/event_helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0483dab

Please sign in to comment.