mruby-socket/socket.rb: remove unused canonname accessor

This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-08-22 23:27:08 +09:00
parent 95e09c0c95
commit 2160be7db7
+1 -4
View File
@@ -19,7 +19,6 @@ class Addrinfo
end
@socktype = socktype
@protocol = protocol
@canonname = nil
end
def self.foreach(nodename, service, family=nil, socktype=nil, protocol=nil, flags=0, &block)
@@ -49,9 +48,7 @@ class Addrinfo
end
#def bind
attr_reader :canonname
#def canonname
#def connect
#def connect_from
#def connect_to