Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/util/util_path.cpp')
-rw-r--r--intern/cycles/util/util_path.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/intern/cycles/util/util_path.cpp b/intern/cycles/util/util_path.cpp
index 04a2282ec77..b7aa24a831f 100644
--- a/intern/cycles/util/util_path.cpp
+++ b/intern/cycles/util/util_path.cpp
@@ -34,14 +34,9 @@ OIIO_NAMESPACE_USING
# include <direct.h>
#else
# define DIR_SEP '/'
-# define DIR_SEP_ALT '\\'
# include <dirent.h>
#endif
-#if defined(DIR_SEP_ALT)
-/* quiet unused define warning */
-#endif
-
#ifdef HAVE_SHLWAPI_H
# include <shlwapi.h>
#endif