Remove unused code (IOS-192)

This commit is contained in:
Nathan Mattes 2024-01-20 20:03:59 +01:00
parent 018cf54084
commit e720db2a31
1 changed files with 0 additions and 8 deletions

View File

@ -110,14 +110,6 @@ extension Persistence.MastodonUser {
)
user.update(property: property)
}
private static func update(
mastodonUser user: MastodonUser,
context: PersistContext
) {
// TODO:
} // end func update
}
extension Persistence.MastodonUser {