Files
compute-runtime/shared/source/debug_settings/definitions/translate_debug_settings.cpp
Michal Mrozek 9366f4339a refactor: remove not needed code
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
2025-11-07 12:13:24 +01:00

16 lines
272 B
C++

/*
* Copyright (C) 2019-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/debug_settings/definitions/translate_debug_settings.h"
namespace NEO {
void translateDebugSettings(DebugVariables &debugVariables) {
}
} // namespace NEO