aboutsummaryrefslogtreecommitdiff
path: root/lib/transform.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transform.js')
-rw-r--r--lib/transform.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/transform.js b/lib/transform.js
index 8b4fd9fd..7a61e5f3 100644
--- a/lib/transform.js
+++ b/lib/transform.js
@@ -44,7 +44,6 @@
"use strict";
// Tree transformer helpers.
-// XXX: eventually I should refactor the compressor to use this infrastructure.
function TreeTransformer(before, after) {
TreeWalker.call(this);