summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/binder/include/binder/RpcSession.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/binder/include/binder/RpcSession.h b/libs/binder/include/binder/RpcSession.h
index a6bc1a9cc7..59613c5218 100644
--- a/libs/binder/include/binder/RpcSession.h
+++ b/libs/binder/include/binder/RpcSession.h
@@ -129,11 +129,6 @@ private:
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.
*/
void trigger();