From 26880ef8b053cd49e1cded4cc27229545d707eb0 Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Wed, 17 Apr 2024 11:38:35 +1000 Subject: [PATCH] lint --- onnxruntime/core/platform/env.h | 1 - 1 file changed, 1 deletion(-) diff --git a/onnxruntime/core/platform/env.h b/onnxruntime/core/platform/env.h index fe72cf7ffd0a8..6917f42091bf3 100644 --- a/onnxruntime/core/platform/env.h +++ b/onnxruntime/core/platform/env.h @@ -102,7 +102,6 @@ std::ostream& operator<<(std::ostream& os, gsl::span); /// errno and the error message string if errno indicates an error. std::pair GetErrnoInfo(); - /// \brief An interface used by the onnxruntime implementation to /// access operating system functionality like the filesystem etc. ///