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_string.h')
-rw-r--r--intern/cycles/util/util_string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/util/util_string.h b/intern/cycles/util/util_string.h
index f17112c30d2..02584fe5113 100644
--- a/intern/cycles/util/util_string.h
+++ b/intern/cycles/util/util_string.h
@@ -58,7 +58,6 @@ string to_string(const char *str);
*
* Please note that strings are expected to be in UTF-8 codepage, and
* if ANSI is needed then explicit conversion required.
- *
*/
#ifdef _WIN32
using std::wstring;