Skip to content

Commit

Permalink
Removed improper assert
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusGix committed Aug 30, 2019
1 parent 8b1aa49 commit 1350cdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/herix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ std::optional<Byte> Herix::readRaw (FilePosition pos) {
try {
loadChunk(getAlignedChunk(pos));
} catch (...) {
// TODO: remove this assert when this code is good
assert(false);
return std::nullopt;
}

Expand Down

0 comments on commit 1350cdd

Please sign in to comment.