Skip to content

Commit

Permalink
Remove an assertion that broke assumptions in a few routines
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-lindquist committed Dec 21, 2023
1 parent 5f7149d commit bde9664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/slate/internal/MatrixStorage.hh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public:
auto tile = tiles_[device+1];
tiles_[device+1] = nullptr;
if (tile != nullptr) {
assert(!tile->stateOn(MOSI::OnHold));
delete tile;
--num_instances_;
}
Expand Down

0 comments on commit bde9664

Please sign in to comment.