Skip to content

refactor: remove unused getInitPid function#534

Open
praffq-dev wants to merge 1 commit intourunc-dev:mainfrom
praffq-dev:fix/remove-unused-getInitPid
Open

refactor: remove unused getInitPid function#534
praffq-dev wants to merge 1 commit intourunc-dev:mainfrom
praffq-dev:fix/remove-unused-getInitPid

Conversation

@praffq-dev
Copy link

Remove the dead getInitPid function and its associated tests.

Fixes: #466

Description

Remove the unused getInitPid function and related testcases

Related issues

How was this tested?

getInitPid is not used anywhere, so I rechecked that and remove the code and it's respective test case

LLM usage

No

Checklist

  • I have read the contribution guide.
  • The linter passes locally (make lint).
  • The e2e tests of at least one tool pass locally (make test_ctr, make test_nerdctl, make test_docker, make test_crictl).
  • If LLMs were used: I have read the llm policy.

   Remove the dead getInitPid function and its associated tests.

   Fixes: urunc-dev#466

Signed-off-by: praffq-dev <praffq.dev@gmail.com>
@netlify
Copy link

netlify bot commented Mar 14, 2026

👷 Deploy Preview for urunc processing.

Name Link
🔨 Latest commit 98db186
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/69b52f470c8412000889cb8b

@netlify
Copy link

netlify bot commented Mar 14, 2026

Deploy Preview for urunc canceled.

Name Link
🔨 Latest commit 98db186
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/69b52f470c8412000889cb8b

@praffq-dev
Copy link
Author

I'm using MacOs, so not able to use the make commands, is there any way to run them on mac?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

getInitPid returns (0, nil) instead of propagating errors

1 participant