From d31aa102374e1e8a4b125812b4e5d246d904f687 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Mon, 3 Dec 2018 14:50:01 +0100 Subject: [PATCH] remove unused stub --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index c591241a..6246deea 100644 --- a/index.js +++ b/index.js @@ -1283,9 +1283,6 @@ Feed.prototype._roots = function (index, cb) { } } -Feed.prototype.truncate = function (len, cb) { -} - Feed.prototype.audit = function (cb) { if (!cb) cb = noop