Skip to content

Commit ce82879

Browse files
committed
Fix concurrent maps
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent cb201e0 commit ce82879

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/runtime/loop.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ func (r *LocalRuntime) RunStream(ctx context.Context, sess *session.Session) <-c
122122

123123
defer r.finalizeEventChannel(ctx, sess, prevElicitationCh, events)
124124

125-
r.registerDefaultTools()
126-
127125
iteration := 0
128126
// Use a runtime copy of maxIterations so we don't modify the session's persistent config
129127
runtimeMaxIterations := sess.MaxIterations

0 commit comments

Comments
 (0)