1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

chore: remove dead code

This commit is contained in:
Ruben Bridgewater
2017-11-29 19:21:02 -02:00
parent d7c31da598
commit 5cac157a9f

View File

@@ -3,16 +3,7 @@
const Commands = require('redis-commands')
const debug = require('./debug')
const utils = require('./utils')
// const isUint8Array = (() => {
// try {
// return process.binding('util').isUint8Array
// } catch (e) {
// // Fallback
// return (val) => {
// return Buffer.isBuffer(val) || val instanceof Uint8Array
// }
// }
// })()
const copy = []
var bufferCount = 0