Remove ATTRIBUTE_UNUSED check from ARI
[deliverable/binutils-gdb.git] / bfd / merge.c
index 632c852390355829f95e149b7d72f0982a1a0b2b..11be669c2c38057c546698cf18731c41b3c1efa3 100644 (file)
@@ -555,6 +555,9 @@ error_return:
   return FALSE;
 }
 
+/* qsort comparison function.  Won't ever return zero as all entries
+   differ, so there is no issue with qsort stability here.  */
+
 static int
 strrevcmp (const void *a, const void *b)
 {
This page took 0.024201 seconds and 4 git commands to generate.