Browse Source

remove unused code

Darien Raymond 8 years ago
parent
commit
9d6513d3d3
1 changed files with 0 additions and 8 deletions
  1. 0 8
      app/proxyman/outbound/mux.go

+ 0 - 8
app/proxyman/outbound/mux.go

@@ -1,8 +0,0 @@
-package outbound
-
-import "v2ray.com/core/proxy"
-
-type mux struct {
-	proxy  proxy.Outbound
-	dialer proxy.Dialer
-}