remove unecessary compileError call
This commit is contained in:
parent
f973d6807d
commit
b06bab9ec5
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ pub fn printList(list: langs.CommandList, stream: var) !void {
|
|||
.wildnoise => try printCommand(cmd, .wildnoise),
|
||||
.write => try printCommand(cmd, .write),
|
||||
.embed => try printCommand(cmd, .embed),
|
||||
|
||||
else => @compileError("unhandled command"),
|
||||
}
|
||||
|
||||
_ = try stream.write(";\n");
|
||||
|
|
Loading…
Reference in a new issue