Skip to content

Commit 6fde6ce

Browse files
committed
appcontext: remove unused parts
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 4ea75be commit 6fde6ce

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

cmd/docker/appcontext/appcontext.go

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

2525
ctx := context.Background()
26-
for _, f := range inits {
27-
ctx = f(ctx)
28-
}
29-
3026
ctx, cancel := context.WithCancel(ctx)
3127
appContextCache = ctx
3228

cmd/docker/appcontext/register.go

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

0 commit comments

Comments
 (0)