mercurial/cext/osutil.pyi
changeset 49275 c6a3243567b6
parent 46038 8dca9051a859
child 49600 b6fc602e074a
--- a/mercurial/cext/osutil.pyi	Mon Jun 06 13:58:32 2022 +0400
+++ b/mercurial/cext/osutil.pyi	Thu Jun 02 23:57:56 2022 +0200
@@ -18,7 +18,6 @@
 def listdir(path: bytes, st: bool, skip: bool) -> List[stat]: ...
 def posixfile(name: AnyStr, mode: bytes, buffering: int) -> IO: ...
 def statfiles(names: Sequence[bytes]) -> List[stat]: ...
-def recvfds(sockfd: int) -> List[int]: ...
 def setprocname(name: bytes) -> None: ...
 def getfstype(path: bytes) -> bytes: ...
 def getfsmountpoint(path: bytes) -> bytes: ...