Skip to content

Commit

Permalink
appcontext: remove unused parts
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Sep 27, 2023
1 parent 28cd7da commit a8c90b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions cmd/docker/internal/appcontext/appcontext.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ func Context() context.Context {
retries := 0

ctx := context.Background()
for _, f := range inits {
ctx = f(ctx)
}

ctx, cancel := context.WithCancel(ctx)
appContextCache = ctx

Expand Down
14 changes: 0 additions & 14 deletions cmd/docker/internal/appcontext/register.go

This file was deleted.

0 comments on commit a8c90b3

Please sign in to comment.