diff --git a/src/common/fs/fs_util.cpp b/src/common/fs/fs_util.cpp index 812293f4e1..e4833dd3d7 100644 --- a/src/common/fs/fs_util.cpp +++ b/src/common/fs/fs_util.cpp @@ -8,10 +8,6 @@ #include // For MultiByteToWideChar (cannon UTF-8 with Windows) #endif -/* TODO: Add support for 'https://github.com/unicode-org/icu' to handle UTF-8. - * This will be necessary for support UTF-8 cannon on Linux and macOS conversions. - */ - #include "common/fs/fs_util.h" #include "common/polyfill_ranges.h"