Skip to content

Commit 175d891

Browse files
committed
Remove unused IsolatedExecutionState#unique_id
This was [replaced][1] with `ExecutionWrapper#active_key` and is no longer used. [1]: 10c64a4
1 parent bb3ddbf commit 175d891

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

activesupport/lib/active_support/isolated_execution_state.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ def isolation_level=(level)
2828
@isolation_level = level
2929
end
3030

31-
def unique_id
32-
self[:__id__] ||= Object.new
33-
end
34-
3531
def [](key)
3632
if state = @scope.current.active_support_execution_state
3733
state[key]

0 commit comments

Comments
 (0)