Remove unneeded line

This commit is contained in:
adrianlizarraga 2025-01-28 14:48:25 -08:00
parent 887bad9187
commit 27f913e606

View file

@ -1045,7 +1045,6 @@ TEST_F(QnnHTPBackendTests, DumpJsonQNNGraph) {
ASSERT_TRUE(std::filesystem::create_directory(dump_dir));
so.AppendExecutionProvider("QNN", options);
Ort::Status status(OrtSessionOptionsAppendExecutionProvider_CPU(so, 1));
Ort::Session session(*ort_env, ort_model_path, so);
// Check that QNN JSON file(s) exist.