瀏覽代碼

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
 	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
 	ErrRecvWindowExceeded = fmt.Errorf("recv window exceeded")