remove stale TODO comment

Summary: This looks like it ended up getting done together with the original diff

Reviewed By: simpkins

Differential Revision: D5796901

fbshipit-source-id: 24ab05c50b13a37eefe903de5fd3f2dac3d462da
This commit is contained in:
Wez Furlong 2017-09-08 19:15:26 -07:00 committed by Facebook Github Bot
parent d9d28036e5
commit 1e679a2400

View File

@ -302,8 +302,6 @@ void EdenServer::mount(shared_ptr<EdenMount> edenMount) {
std::chrono::minutes(FLAGS_start_delay_minutes));
}
// TODO(T21262294): We will have to implement a mechanism to get the counter
// names for a mount point.
// Register callback for getting Loaded inodes in the memory for a mountPoint.
stats::ServiceData::get()->getDynamicCounters()->registerCallback(
edenMount->getCounterName(CounterName::LOADED), [edenMount] {