Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 22, 2023
1 parent 14ed3a9 commit d25389a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/compiler/compat-block-utility.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
const BlockUtility = require('../engine/block-utility');

class CompatibilityLayerBlockUtility extends BlockUtility {
constructor () {
super();

/**
* @type {string|null}
*/
this._fakeBlockId = null;
}

// Branching operations are not supported.
startBranch () {
throw new Error('startBranch is not supported by this BlockUtility');
Expand Down

0 comments on commit d25389a

Please sign in to comment.