Skip to content

Commit 1878efa

Browse files
committed
Drop unused protocol._CODES list
1 parent 9002974 commit 1878efa

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

multiaddr/protocols.py

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -36,35 +36,6 @@
3636
P_P2P_WEBRTC_DIRECT = 0x0114
3737
P_UNIX = 0x0190
3838

39-
_CODES = [
40-
P_IP4,
41-
P_IP6,
42-
P_IP6ZONE,
43-
P_TCP,
44-
P_UDP,
45-
P_DCCP,
46-
P_SCTP,
47-
P_UDT,
48-
P_UTP,
49-
P_P2P,
50-
P_HTTP,
51-
P_HTTPS,
52-
P_QUIC,
53-
P_WS,
54-
P_WSS,
55-
P_ONION,
56-
P_ONION3,
57-
P_P2P_CIRCUIT,
58-
P_DNS,
59-
P_DNS4,
60-
P_DNS6,
61-
P_DNSADDR,
62-
P_P2P_WEBSOCKET_STAR,
63-
P_P2P_WEBRTC_STAR,
64-
P_P2P_WEBRTC_DIRECT,
65-
P_UNIX,
66-
]
67-
6839

6940
class Protocol:
7041
__slots__ = [

0 commit comments

Comments
 (0)