mirror of https://github.com/v2ray/v2ray-core
remove unused code
parent
72e9ef8fb3
commit
ddb6437976
|
@ -1,4 +0,0 @@
|
|||
package api
|
||||
|
||||
type ApiServer struct {
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
package api
|
||||
|
||||
import (
|
||||
"v2ray.com/core/common/net"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
DirectPort net.Port
|
||||
}
|
Loading…
Reference in New Issue