Skip to content
Snippets Groups Projects
Commit 1bbbf578 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Remove unnecessary params accessor function

parent 280d5a7f
No related branches found
No related tags found
No related merge requests found
...@@ -98,10 +98,6 @@ func (t *testNetworkManagerGeneric) GetStoppable() stoppable.Stoppable { ...@@ -98,10 +98,6 @@ func (t *testNetworkManagerGeneric) GetStoppable() stoppable.Stoppable {
return &stoppable.Multi{} return &stoppable.Multi{}
} }
func (t *testNetworkManagerGeneric) GetE2EParams() params.E2ESessionParams {
return params.GetDefaultE2ESessionParams()
}
func InitTestingContextGeneric(i interface{}) (*storage.Session, interfaces.NetworkManager) { func InitTestingContextGeneric(i interface{}) (*storage.Session, interfaces.NetworkManager) {
switch i.(type) { switch i.(type) {
case *testing.T: case *testing.T:
...@@ -151,10 +147,6 @@ func (t *testNetworkManagerFullExchange) CheckGarbledMessages() { ...@@ -151,10 +147,6 @@ func (t *testNetworkManagerFullExchange) CheckGarbledMessages() {
return return
} }
func (t *testNetworkManagerFullExchange) GetE2EParams() params.E2ESessionParams {
return params.GetDefaultE2ESessionParams()
}
// Intended for alice to send to bob. Trigger's Bob's confirmation, chaining the operation // Intended for alice to send to bob. Trigger's Bob's confirmation, chaining the operation
// together // together
func (t *testNetworkManagerFullExchange) SendE2E(m message.Send, p params.E2E) ( func (t *testNetworkManagerFullExchange) SendE2E(m message.Send, p params.E2E) (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment