Skip to content

Commit 1f097be

Browse files
committed
Remove commented out lines.
1 parent 5ac0f46 commit 1f097be

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cmd/outline-ss-server/service.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,6 @@ func (s *Service) NumCiphers() int {
115115
return s.ciphers.Len()
116116
}
117117

118-
// func NewService(natTimeout time.Duration, m *outlineMetrics, replayCache *service.ReplayCache) Service {
119-
// return &Service{
120-
// natTimeout: natTimeout,
121-
// m: m,
122-
// replayCache: replayCache,
123-
// ciphers: list.New(),
124-
// }
125-
// }
126-
127118
// NewService creates a new Service based on a config
128119
func NewService(config ServiceConfig, natTimeout time.Duration, m *outlineMetrics, replayCache *service.ReplayCache) (*Service, error) {
129120
s := Service{

0 commit comments

Comments
 (0)