smalloc: remove module
authorBrendan Ashworth <brendan.ashworth@me.com>
Mon, 28 Sep 2015 05:38:11 +0000 (22:38 -0700)
committerRod Vagg <rod@vagg.org>
Wed, 30 Sep 2015 12:19:52 +0000 (22:19 +1000)
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

lib/smalloc.js [deleted file]

diff --git a/lib/smalloc.js b/lib/smalloc.js
deleted file mode 100644 (file)
index 9d52e02..0000000
+++ /dev/null
@@ -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.');