Skip to content

Commit de8b4d1

Browse files
committed
Merge pull request #463 from ruby-concurrency/bug/map-native-extensions
Fixed bug with requires for Map.
2 parents db5fcfb + e8ef371 commit de8b4d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/concurrent/map.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
require 'thread'
22
require 'concurrent/constants'
3-
require 'concurrent/utility/native_extension_loader'
4-
Concurrent.load_native_extensions
3+
require 'concurrent/synchronization'
54

65
module Concurrent
76
# @!visibility private

0 commit comments

Comments
 (0)