]> git.ipfire.org Git - thirdparty/grub.git/commit
templates: Remove unused version comparison functions
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Jun 2022 14:08:26 +0000 (10:08 -0400)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 4 Jul 2022 12:43:26 +0000 (14:43 +0200)
commita79c567f6b5820a8795c273a9eaabd06a1f92b29
tree965a7273c5d75d4f00a3c2dd97e341625d32972b
parent709c19794428d36fa58464299839f1095bcbf285
templates: Remove unused version comparison functions

There are no users left of version_find_latest(), version_test_gt(), and
version_test_numeric(). Remove those unused helper functions. Using
those helper functions is what caused the quadratic sorting performance
issues in the first place, so removing them is a net win.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Reviewed-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub-mkconfig_lib.in