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

Commit 53509a6c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "sensorservice: remove out of date FIXME message"

parents 44e61624 550a1050
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());
}