mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
refactor: remove debug break
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bfaf2309e8
commit
96c9956d50
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2018-2023 Intel Corporation
|
* Copyright (C) 2018-2024 Intel Corporation
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
@@ -43,6 +43,5 @@ std::vector<std::string> getFiles(const std::string &path) {
|
|||||||
|
|
||||||
void createDirectory(const std::string &path) {
|
void createDirectory(const std::string &path) {
|
||||||
[[maybe_unused]] auto status = _mkdir(path.c_str());
|
[[maybe_unused]] auto status = _mkdir(path.c_str());
|
||||||
DEBUG_BREAK_IF(status != 0 && errno != EEXIST);
|
|
||||||
}
|
}
|
||||||
}; // namespace NEO::Directory
|
}; // namespace NEO::Directory
|
||||||
|
|||||||
Reference in New Issue
Block a user