Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beckdave committed Sep 13, 2024
1 parent 472642a commit 4df5512
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/serialize/ParserAbortAndIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,6 @@ void ParserAbortAndIndex::checkAbortAndIndex(const MetaField& field, const std::
void ParserAbortAndIndex::checkAbortAndIndex(const MetaField& field, std::int64_t value, LevelState& levelState)
{
// check abort
std::string strValue;
const std::string& valueAbort = field.getProperty(ABORTSTRUCT);
if (!valueAbort.empty())
{
Expand Down

0 comments on commit 4df5512

Please sign in to comment.