diff --git a/library/src/jit_library/src/common.cpp b/library/src/jit_library/src/common.cpp index 2db3aa97df..807c9a3006 100644 --- a/library/src/jit_library/src/common.cpp +++ b/library/src/jit_library/src/common.cpp @@ -19,13 +19,11 @@ std::string ToString(DataType dt) throw std::runtime_error("Incorrect data type"); } -const std::string config_header = ""; - std::unordered_map GetHeaders() { auto headers = ck_headers(); headers.insert( - {"ck/config.h", config_header}); + {"ck/config.h", ""}); return headers; }