Skip to content

Commit 112d79a

Browse files
committed
appcontext: remove unused parts
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent febb37a commit 112d79a

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

cmd/docker/internal/appcontext/appcontext.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ func Context() context.Context {
2525
retries := 0
2626

2727
ctx := context.Background()
28-
for _, f := range inits {
29-
ctx = f(ctx)
30-
}
31-
3228
ctx, cancel := context.WithCancel(ctx)
3329
appContextCache = ctx
3430

cmd/docker/internal/appcontext/register.go

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)