Skip to content

Commit cfc9b90

Browse files
authored
Merge pull request rails#55478 from skipkayhil/hm-uyttonwzpurulvso
Remove unused IsolatedExecutionState#unique_id
2 parents bb3ddbf + 175d891 commit cfc9b90

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)