Skip to content

Commit 12ab234

Browse files
committed
fix rebase
1 parent 5829e39 commit 12ab234

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ydb/core/tablet_flat/test/libs/table/test_part.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -189,18 +189,6 @@ namespace NTest {
189189
return index.GetRowId();
190190
}
191191

192-
inline TRowId GetRowId(const TPart& part, ui32 pageIndex) {
193-
TTestEnv env;
194-
TPartIndexIt index(&part, &env, { });
195-
196-
Y_ABORT_UNLESS(index.Seek(0) == EReady::Data);
197-
for (TPageId p = 0; p < pageIndex; p++) {
198-
Y_ABORT_UNLESS(index.Next() == EReady::Data);
199-
}
200-
201-
return index.GetRowId();
202-
}
203-
204192
inline const TPartIndexIt::TRecord * GetRecord(const TPart& part, ui32 pageIndex) {
205193
TTestEnv env;
206194
TPartIndexIt index(&part, &env, { });

0 commit comments

Comments
 (0)