From: Brendan Ashworth Date: Mon, 28 Sep 2015 05:38:11 +0000 (-0700) Subject: smalloc: remove module X-Git-Tag: v4.1.2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37cdeafa2ff281a9896530bb34dc3392f1cee755;p=platform%2Fupstream%2Fnodejs.git 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 Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Ben Noordhuis PR-URL: https://github.com/nodejs/node/pull/3099 --- diff --git a/lib/smalloc.js b/lib/smalloc.js deleted file mode 100644 index 9d52e02..0000000 --- a/lib/smalloc.js +++ /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.');