Skip to content

Commit 41179c0

Browse files
committed
Removed initializing non-existing variable
1 parent 40d2bb2 commit 41179c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ggml/src/ggml-openvino/utils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ struct ov_runtime_context {
4848
std::unordered_map<graph_key, std::vector<std::string>, graph_key_hash> ov_output_names_cache;
4949

5050
ov_runtime_context() :
51-
ov_core(ov_singleton_core()),
5251
device("CPU"),
5352
stateful(false),
5453
stateful_kv_size(0) {}

0 commit comments

Comments
 (0)