1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00

Remove lib/util.js

This commit is contained in:
Ruben Bridgewater
2015-09-02 00:43:58 +02:00
parent 52db91c753
commit 19db6d1dad
4 changed files with 3 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
var events = require("events"),
util = require("../util");
util = require("util");
function Packet(type, size) {
this.type = type;