Skip to content

Commit c0946f1

Browse files
committed
Update qnn_backend_manager.h
Fix bad merge
1 parent a61fd54 commit c0946f1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

onnxruntime/core/providers/qnn/builder/qnn_backend_manager.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,6 @@ class QnnBackendManager : public std::enable_shared_from_this<QnnBackendManager>
304304

305305
Status GetFileSizeIfValid(const std::string& filepath, size_t& file_size);
306306

307-
Status ReadContextBinIfValid(const std::string& context_bin_filepath,
308-
std::vector<char>& buffer);
309-
310-
Status GetFileSizeIfValid(const std::string& filepath, size_t& file_size);
311-
312307
Status ReadContextBinIfValid(const std::string& context_bin_filepath,
313308
std::vector<char>& buffer);
314309

0 commit comments

Comments
 (0)