Skip to content

Commit 61ede86

Browse files
karalabefjl
authored andcommitted
internal/ethapi: drop eth_compile (#3740)
1 parent dc4c59d commit 61ede86

File tree

2 files changed

+1
-85
lines changed

2 files changed

+1
-85
lines changed

internal/ethapi/backend.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ type State interface {
7373
}
7474

7575
func GetAPIs(apiBackend Backend, solcPath string) []rpc.API {
76-
compiler := makeCompilerAPIs(solcPath)
77-
all := []rpc.API{
76+
return []rpc.API{
7877
{
7978
Namespace: "eth",
8079
Version: "1.0",
@@ -116,5 +115,4 @@ func GetAPIs(apiBackend Backend, solcPath string) []rpc.API {
116115
Public: false,
117116
},
118117
}
119-
return append(compiler, all...)
120118
}

internal/ethapi/solc.go

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)