浏览代码

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")