Skip to content

Commit 1f08eaa

Browse files
committed
Remove method pid
It does nothing, there are no tests, and there is a rakudo PR to remove it completely.
1 parent 46be212 commit 1f08eaa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/Type/Proc.pod6

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,4 @@ Returns the exit code of the external process, or -1 if it has not exited yet.
141141
Returns the signal number with which the external process was killed, or 0 or
142142
an undefined value otherwise.
143143
144-
=head2 method pid
145-
146-
method pid(Proc:D:)
147-
148-
Returns the Process Identifier (pid) of the external process, if available.
149-
150144
=end pod

0 commit comments

Comments
 (0)