From ec50cf4d0e4f298a313336beaa4dd738128b7f0e Mon Sep 17 00:00:00 2001 From: V2Ray Date: Tue, 29 Sep 2015 18:45:46 +0200 Subject: [PATCH] Remove UDPRay --- ray.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/ray.go b/ray.go index 6c5d6cc4a..6598af773 100644 --- a/ray.go +++ b/ray.go @@ -42,6 +42,3 @@ func (ray *Ray) InboundInput() chan<- []byte { func (ray *Ray) InboundOutput() <-chan []byte { return ray.Output } - -type UDPRay struct { -}