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

Commit 4e10feb3 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: remove unused FdTrigger::readFd

Every LOC is a burden on the mind - forgot to remove this when I stopped
using it before.

Bug: N/A
Test: N/A
Change-Id: I0035be2d339d30e0ad5d7fd879232b58bbf4fc3c
parent 85ec1f65
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -128,11 +128,6 @@ private:
        /** Returns nullptr for error case */
        static std::unique_ptr<FdTrigger> make();

        /**
         * poll() on this fd for POLLHUP to get notification when trigger is called
         */
        base::borrowed_fd readFd() const { return mRead; }

        /**
         * Close the write end of the pipe so that the read end receives POLLHUP.
         */