Skip to content

Commit

Permalink
rm unused flushTxns
Browse files Browse the repository at this point in the history
  • Loading branch information
pmconne committed Dec 24, 2024
1 parent 72ad128 commit 403c057
Show file tree
Hide file tree
Showing 2 changed files with 1,367 additions and 1,375 deletions.
7 changes: 0 additions & 7 deletions packages/transformer/src/test/TestUtils/IModelTestUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -892,13 +892,6 @@ export class IModelTestUtils {
return subj;
}

/** Flushes the Txns in the TxnTable - this allows importing of schemas */
public static flushTxns(iModelDb: IModelDb): boolean {
/* eslint-disable-next-line deprecation/deprecation */
iModelDb.nativeDb.deleteAllTxns();
return true;
}

public static querySubjectId(
iModelDb: IModelDb,
subjectCodeValue: string
Expand Down
Loading

0 comments on commit 403c057

Please sign in to comment.