소스 검색

Removing un-used const

Armon Dadgar 11 년 전
부모
커밋
1f614c0155
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      const.go

+ 0 - 4
const.go

@@ -26,10 +26,6 @@ var (
 	// opened inbound
 	// opened inbound
 	ErrDuplicateStream = fmt.Errorf("duplicate stream initiated")
 	ErrDuplicateStream = fmt.Errorf("duplicate stream initiated")
 
 
-	// ErrMissingStream indicates a stream was named which
-	// does not exist.
-	ErrMissingStream = fmt.Errorf("missing stream references")
-
 	// ErrReceiveWindowExceeded indicates the window was exceeded
 	// ErrReceiveWindowExceeded indicates the window was exceeded
 	ErrRecvWindowExceeded = fmt.Errorf("recv window exceeded")
 	ErrRecvWindowExceeded = fmt.Errorf("recv window exceeded")