mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
fix: Remove unused macro
Resolves: NEO-15666 Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8156c9d5aa
commit
2ffd85ad94
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user