fix: Remove unused macro

Resolves: NEO-15666
Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com>
This commit is contained in:
Aleksandra Nizio
2025-07-25 13:57:59 +00:00
committed by Compute-Runtime-Automation
parent 8156c9d5aa
commit 2ffd85ad94

View File

@@ -47,14 +47,6 @@
#include <map>
#include <set>
#ifdef _WIN32
#include <direct.h>
#define GetCurrentWorkingDirectory _getcwd
#else
#include <sys/stat.h>
#define GetCurrentWorkingDirectory getcwd
#endif
namespace NEO {
std::string convertToPascalCase(const std::string &inString) {