Skip to content

Commit 77d618d

Browse files
committed
Remove unused Connected
1 parent 6698ea1 commit 77d618d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/LibStored.Net/Protocol/Protocol.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ public ProtocolLayer() { }
6363
/// </summary>
6464
public virtual void Reset() => _down?.Reset();
6565

66-
/// <summary>
67-
/// Notifies the layer that a connection has been established.
68-
/// </summary>
69-
public virtual void Connected() => _up?.Connected();
70-
7166
/// <summary>
7267
/// Wraps this layer around the specified upper layer, chaining the protocol stack.
7368
/// </summary>

0 commit comments

Comments
 (0)