Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 550a1050 authored by Devin Moore's avatar Devin Moore
Browse files

sensorservice: remove out of date FIXME message

Test: na
Bug: 259711508
Change-Id: Ia2916f71599d2ca007797277375519d1b79c7ca3
parent b465bea9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -66,7 +66,6 @@ EventQueue::EventQueue(std::shared_ptr<IEventQueueCallback> callback, sp<::andro
                   new EventQueueLooperCallback(internalQueue, callback), nullptr);
}

// FIXME why was this on onLastStrongRef instead of dtor?
EventQueue::~EventQueue() {
    mLooper->removeFd(mInternalQueue->getFd());
}