forked from LittleChest/dns-packet
Remove the unused NOT_QU_MASK constant
The code using this constant was removed by the commit a7a0b78b41219b40d28d71232f79f8170f528f30
This commit is contained in:
parent
8d78b4b53a
commit
2f0d514df0
1
index.js
1
index.js
@ -13,7 +13,6 @@ const RESPONSE_FLAG = 1 << 15
|
|||||||
const FLUSH_MASK = 1 << 15
|
const FLUSH_MASK = 1 << 15
|
||||||
const NOT_FLUSH_MASK = ~FLUSH_MASK
|
const NOT_FLUSH_MASK = ~FLUSH_MASK
|
||||||
const QU_MASK = 1 << 15
|
const QU_MASK = 1 << 15
|
||||||
const NOT_QU_MASK = ~QU_MASK
|
|
||||||
|
|
||||||
const name = exports.name = {}
|
const name = exports.name = {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user