Skip to content

Commit

Permalink
remove unused entries
Browse files Browse the repository at this point in the history
  • Loading branch information
xfqwdsj committed Jan 29, 2024
1 parent 553d883 commit c8b639f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 147 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,3 @@ interface InterProcessCoordinator {
*/
suspend fun incrementAndGetVersion(): Int
}

/**
* Create a coordinator for single process use cases.
*
* @param filePath The canonical file path of the file managed by [SingleProcessCoordinator]
*/
fun createSingleProcessCoordinator(filePath: String): InterProcessCoordinator = SingleProcessCoordinator(filePath)

This file was deleted.

This file was deleted.

0 comments on commit c8b639f

Please sign in to comment.