diff --git a/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h b/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h index 3e42df3884834..03183d362791e 100644 --- a/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h +++ b/onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h @@ -122,9 +122,6 @@ struct TensorrtFuncState { std::unordered_map dynamic_range_map; bool filter_tactic_sources = false; nvinfer1::TacticSources tactic_sources; - // Below: class private members - - std::string engine_cache_path; }; // Holds important information for building valid ORT graph.