remove unused code

pull/861/head
Darien Raymond 2018-01-13 00:07:29 +01:00
parent 72e9ef8fb3
commit ddb6437976
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 0 additions and 13 deletions

View File

@ -1,4 +0,0 @@
package api
type ApiServer struct {
}

View File

@ -1,9 +0,0 @@
package api
import (
"v2ray.com/core/common/net"
)
type Config struct {
DirectPort net.Port
}