Skip to content

Commit

Permalink
internal/ethapi: drop eth_compile (#3740)
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe authored and fjl committed Mar 16, 2017
1 parent dc4c59d commit 61ede86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 85 deletions.
4 changes: 1 addition & 3 deletions internal/ethapi/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ type State interface {
}

func GetAPIs(apiBackend Backend, solcPath string) []rpc.API {
compiler := makeCompilerAPIs(solcPath)
all := []rpc.API{
return []rpc.API{
{
Namespace: "eth",
Version: "1.0",
Expand Down Expand Up @@ -116,5 +115,4 @@ func GetAPIs(apiBackend Backend, solcPath string) []rpc.API {
Public: false,
},
}
return append(compiler, all...)
}
82 changes: 0 additions & 82 deletions internal/ethapi/solc.go

This file was deleted.

0 comments on commit 61ede86

Please sign in to comment.