Skip to content

Commit 0e012b8

Browse files
committed
Removed unused function.
1 parent bbdcd27 commit 0e012b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

PowerSync/PowerSync.Common/DB/Crud/SyncStatus.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,4 @@ public string ToJSON()
173173
{
174174
return SerializeObject();
175175
}
176-
177-
private static int ComparePriorities(SyncPriorityStatus a, SyncPriorityStatus b)
178-
{
179-
// Lower numbers = higher priority
180-
return a.Priority.CompareTo(b.Priority);
181-
}
182176
}

0 commit comments

Comments
 (0)