util: remove the line requiring events

pull/23362/head
E. Azer Koçulu 2011-11-16 23:20:06 -08:00 committed by Ben Noordhuis
parent 4f38c5ece3
commit e258169666
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
var events = require('events');
var formatRegExp = /%[sdj%]/g;
exports.format = function(f) {
if (typeof f !== 'string') {