Skip to content

Commit d11758a

Browse files
committed
clean up
1 parent d8a410d commit d11758a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/debug/remoteDebugger.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ type RemoteDebugger struct {
1414
ctx fvm.Context
1515
}
1616

17-
// ReusableCadenceRuntimePoolSize is the size of the reusable cadence runtime pool.
18-
// Copied from engine/execution/computation/manager.go to avoid circular dependency.
19-
const reusableCadenceRuntimePoolSize = 1000
20-
2117
// NewRemoteDebugger creates a new remote debugger.
2218
// NOTE: Make sure to use the same version of flow-go as the network
2319
// you are collecting registers from, otherwise the execution might differ

0 commit comments

Comments
 (0)