Changeset 278321 in webkit
- Timestamp:
- Jun 1, 2021, 12:24:53 PM (5 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/cocoa/FileSystemCocoa.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r278302 r278321 1 2021-06-01 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed build fix after r277881. 4 5 Silence unused parameter warnings. 6 7 * wtf/cocoa/FileSystemCocoa.mm: 8 (WTF::FileSystemImpl::setAllowsMaterializingDatalessFiles): 9 (WTF::FileSystemImpl::allowsMaterializingDatalessFiles): Deleted. 10 (WTF::FileSystemImpl::isSafeToUseMemoryMapForPath): Deleted. 11 (WTF::FileSystemImpl::makeSafeToUseMemoryMapForPath): Deleted. 12 1 13 2021-06-01 Adrian Perez de Castro <aperez@igalia.com> 2 14 -
trunk/Source/WTF/wtf/cocoa/FileSystemCocoa.mm
r278253 r278321 171 171 return true; 172 172 #else 173 UNUSED_PARAM(allow); 174 UNUSED_PARAM(scope); 173 175 return false; 174 176 #endif … … 186 188 return std::nullopt; 187 189 #else 190 UNUSED_PARAM(scope); 188 191 return std::nullopt; 189 192 #endif
Note:
See TracChangeset
for help on using the changeset viewer.