From 6b9c7fee67d3922729aea363fa78ba4f475767fe Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 2 Feb 2016 14:35:43 -0500 Subject: [PATCH] Remove unused function from test script --- js/test/test-patch.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/test/test-patch.js b/js/test/test-patch.js index d028658..bf0f2c2 100644 --- a/js/test/test-patch.js +++ b/js/test/test-patch.js @@ -7,10 +7,6 @@ var Patch = require('../src/patch.js'); var __ = Route.__; var _$ = Route._$; -function checkPrettyTrie(m, expected) { - expect(r.prettyTrie(m)).to.equal(expected.join('\n')); -} - function checkPrettyPatch(p, expectedAdded, expectedRemoved) { expect(Patch.prettyPatch(p)).to.equal( ('<<<<<<<< Removed:\n' + expectedRemoved.join('\n') +