Skip to content

Commit a92a911

Browse files
committed
InputValue: Compile broadcasts as const values
1 parent 1bf6941 commit a92a911

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/scratch/inputvalue.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ void InputValue::compile(Compiler *compiler)
3333
// TODO: Add support for colors
3434
break;
3535

36-
case Type::Broadcast:
37-
// TODO: Add support for broadcasts
38-
break;
39-
4036
case Type::Variable:
4137
compiler->addInstruction(vm::OP_READ_VAR, { compiler->variableIndex(impl->valuePtr) });
4238
break;

0 commit comments

Comments
 (0)