Browse Source

smalloc: remove module

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
parent
commit
37cdeafa2f
  1. 7
      lib/smalloc.js

7
lib/smalloc.js

@ -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…
Cancel
Save