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. ///