git: d748f35b076c - 2024Q4 - misc/onnxruntime: Remove comment

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 13 Oct 2024 19:07:07 UTC
The branch 2024Q4 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d748f35b076c21c63012c45ad35139e8b8d072d1

commit d748f35b076c21c63012c45ad35139e8b8d072d1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-11 10:27:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-13 19:06:58 +0000

    misc/onnxruntime: Remove comment
    
    All tests pass.
    
    (cherry picked from commit 0edaaa2bd323d1a6d174361319cd92c126b35b9f)
---
 misc/onnxruntime/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile
index 348c73a169df..2aad318cd5ec 100644
--- a/misc/onnxruntime/Makefile
+++ b/misc/onnxruntime/Makefile
@@ -45,7 +45,6 @@ pre-configure:
 
 # NOTE there should be an EXTRACT_ONLY statement
 # NOTE shared libs can't be enabled because the build would fail, see discussion in this issue: https://github.com/microsoft/onnxruntime/issues/22331
-# 1 test fails, see https://github.com/microsoft/onnxruntime/issues/22353
 
 .include <Makefile.MASTER_SITES>
 .include <Makefile.DISTFILES>