Skip to content

Commit d25389a

Browse files
committed
Remove unused code
1 parent 14ed3a9 commit d25389a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/compiler/compat-block-utility.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
const BlockUtility = require('../engine/block-utility');
22

33
class CompatibilityLayerBlockUtility extends BlockUtility {
4-
constructor () {
5-
super();
6-
7-
/**
8-
* @type {string|null}
9-
*/
10-
this._fakeBlockId = null;
11-
}
12-
134
// Branching operations are not supported.
145
startBranch () {
156
throw new Error('startBranch is not supported by this BlockUtility');

0 commit comments

Comments
 (0)