Skip to content

Commit

Permalink
fix unused
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny committed Jul 28, 2024
1 parent 5219891 commit bc40abd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class IIndexInfo {
}

static bool IsNullableVerified(const ui32 fieldId) {
Y_UNUSED(fieldId);
return false;
}

Expand Down

0 comments on commit bc40abd

Please sign in to comment.