diff --git a/src/utility.h b/src/utility.h
index 2b01dedf0ac59e299ded40ab1745766126abaf6e..d4bb04c6c948a0a593ca2ca85f11a726490d7fbd 100644
--- a/src/utility.h
+++ b/src/utility.h
@@ -613,8 +613,6 @@ inline v3s16 arealim(v3s16 p, s16 d)
 	return p;
 }
 
-// NOTE: There seems to be some problem with this on some systems:
-// http://pastebin.com/vwJP2GZ6
 inline std::wstring narrow_to_wide(const std::string& mbs)
 {
 	size_t wcl = mbs.size();