mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Remove unnecessary require 'thread'
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
838a91633c
commit
6064132c42
47 changed files with 2 additions and 65 deletions
|
@ -3,7 +3,6 @@
|
|||
# The code demonstrates how a multi-protocol daemon should be written.
|
||||
|
||||
require "socket"
|
||||
require "thread"
|
||||
|
||||
port = 8888
|
||||
res = Socket.getaddrinfo(nil, port, nil, Socket::SOCK_STREAM, nil, Socket::AI_PASSIVE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue