Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e57a429e193977681da5e369136b92bc0031ef1a https://github.com/WebKit/WebKit/commit/e57a429e193977681da5e369136b92bc0031ef1a Author: Fujii Hironori <hironori.fu...@sony.com> Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths: M Source/WTF/wtf/win/FileSystemWin.cpp Log Message: ----------- FileSystemWin.cpp: warning: unused function 'getFileSizeFromFindData' and 'fileModificationTimeFromFindData' https://bugs.webkit.org/show_bug.cgi?id=259098 Reviewed by Don Olmstead. clang-cl reported warnings for Windows port: > wtf\win\FileSystemWin.cpp(61,13): warning: unused function > 'getFileSizeFromFindData' [-Wunused-function] > wtf\win\FileSystemWin.cpp(97,13): warning: unused function > 'fileModificationTimeFromFindData' [-Wunused-function] They are unused since 237444@main (bug#225362). Removed them. * Source/WTF/wtf/win/FileSystemWin.cpp: (WTF::FileSystemImpl::getFileSizeFromFindData): Deleted. (WTF::FileSystemImpl::fileModificationTimeFromFindData): Deleted. Canonical link: https://commits.webkit.org/265961@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes