Skip to content

Commit 9891adb

Browse files
committed
Update comment in sort algorithm
1 parent a6bb4de commit 9891adb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QRCoder/QRCodeGenerator.Polynom.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public void Sort(Func<PolynomItem, PolynomItem, int> comparer)
9999
{
100100
if (comparer == null) throw new ArgumentNullException(nameof(comparer));
101101

102-
// Assuming you have a list or array to sort within your class
103102
var items = _polyItems;
104103
if (items == null || _length <= 1)
105104
{

0 commit comments

Comments
 (0)