Skip to content

Commit bc40abd

Browse files
committed
fix unused
1 parent 5219891 commit bc40abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/tx/columnshard/engines/scheme/abstract/index_info.h

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ class IIndexInfo {
161161
}
162162

163163
static bool IsNullableVerified(const ui32 fieldId) {
164+
Y_UNUSED(fieldId);
164165
return false;
165166
}
166167

0 commit comments

Comments
 (0)