Skip to content

Commit

Permalink
remove unused getFileBlocking() method
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Nov 29, 2023
1 parent b98ee99 commit 2ddb95f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class Attachment : Base() {
}

suspend fun getFile(fs: FileSystem) = localFilename?.let { fs.file(it) }
fun getFileBlocking(fs: FileSystem) = localFilename?.let { fs.getFileBlocking(it) }
}

// TODO: move this to testFixtures once they support Kotlin source files
Expand Down

0 comments on commit 2ddb95f

Please sign in to comment.