Skip to content

Commit

Permalink
Removed unused string_view include (#5813)
Browse files Browse the repository at this point in the history
### Description

Without C++17 current codebase cannot be compiled. 
But it seems that `string_view` include is not used and we can drop it.

Signed-off-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
  • Loading branch information
ilya-lavrenov committed Dec 18, 2023
1 parent 67c456b commit a0df7d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onnx/defs/parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <iostream>
#include <stdexcept>
#include <string>
#include <string_view>
#include <unordered_map>
#include <vector>

Expand Down

0 comments on commit a0df7d4

Please sign in to comment.