Skip to content

Commit f87895c

Browse files
[ETCM-355] Remove unused method
1 parent f44dd91 commit f87895c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/scala/io/iohk/ethereum/network/p2p/Message.scala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package io.iohk.ethereum.network.p2p
22

3-
import akka.util.ByteString
4-
53
import cats.implicits._
64

75
import io.iohk.ethereum.utils.Logger
@@ -12,12 +10,7 @@ trait Message {
1210
}
1311

1412
trait MessageSerializable extends Message {
15-
16-
//DummyImplicit parameter only used to differentiate from the other toBytes method
17-
def toBytes(implicit di: DummyImplicit): ByteString
18-
1913
def toBytes: Array[Byte]
20-
2114
def underlyingMsg: Message
2215
}
2316

0 commit comments

Comments
 (0)