From 4162bb7a2a30ee9fcfe018764fc00e1dc5346923 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 16 Aug 2016 12:52:38 -0700 Subject: [PATCH] remove options for now --- lib/transforms/options.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/transforms/options.js diff --git a/lib/transforms/options.js b/lib/transforms/options.js deleted file mode 100644 index 2ee2aef67..000000000 --- a/lib/transforms/options.js +++ /dev/null @@ -1,13 +0,0 @@ - -/** - * Mark the transforms - */ - - -/** - * Mark the transform as not being "distinct", in that it by itself should not - * create a new save boundary. - * - * @param {State} state - * @param - */