mirror of https://github.com/lukechilds/node.git
Browse Source
Bye bye, smalloc. I'm not sure why this was still here; it was removed
in 70d1f32
and hasn't worked since. It wasn't packaged in the
binary, either.
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: https://github.com/nodejs/node/pull/3099
v4.x
Brendan Ashworth
9 years ago
committed by
Rod Vagg
1 changed files with 0 additions and 7 deletions
@ -1,7 +0,0 @@ |
|||
'use strict'; |
|||
|
|||
const util = require('internal/util'); |
|||
|
|||
module.exports = require('internal/smalloc'); |
|||
util.printDeprecationMessage('smalloc is deprecated. ' + |
|||
'Use typed arrays instead.'); |
Loading…
Reference in new issue