-
Notifications
You must be signed in to change notification settings - Fork 73
Move function to the only file that uses #1928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
if err != nil { | ||
return err | ||
} | ||
|
||
_, cancel := context.WithCancel(ctx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need this either no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignore me, this whole file will dissapear
@@ -67,7 +66,7 @@ func run(ctx context.Context) error { | |||
} | |||
|
|||
func (s *service) Execute(args []string, r <-chan svc.ChangeRequest, changes chan<- svc.Status) (ssec bool, errno uint32) { | |||
ctx, cancel := context.WithCancel(s.ctx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can prolly get rid of this as well no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm it doesn't matter, this whole file is disappearing
Description
Moving function to another directory since that code is going to be deleted.
Related issue
b/409522292
How has this been tested?
Checklist: