Skip to content

Commit

Permalink
Remove the unused NOT_QU_MASK constant
Browse files Browse the repository at this point in the history
The code using this constant was removed by the commit
a7a0b78
  • Loading branch information
vulcainman committed Oct 10, 2023
1 parent 36c2096 commit 10307f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const RESPONSE_FLAG = 1 << 15
const FLUSH_MASK = 1 << 15
const NOT_FLUSH_MASK = ~FLUSH_MASK
const QU_MASK = 1 << 15
const NOT_QU_MASK = ~QU_MASK

const name = exports.name = {}

Expand Down

0 comments on commit 10307f9

Please sign in to comment.