Changeset 278324 in webkit
- Timestamp:
- Jun 1, 2021, 1:48:55 PM (5 years ago)
- Location:
- branches/safari-611.3.6.1-branch/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/cocoa/FileSystemCocoa.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-611.3.6.1-branch/Source/WTF/ChangeLog
r278215 r278324 1 2021-06-01 Alan Coon <alancoon@apple.com> 2 3 Cherry-pick r278321. rdar://problem/78718570 4 5 Unreviewed build fix after r277881. 6 7 Silence unused parameter warnings. 8 9 * wtf/cocoa/FileSystemCocoa.mm: 10 (WTF::FileSystemImpl::setAllowsMaterializingDatalessFiles): 11 (WTF::FileSystemImpl::allowsMaterializingDatalessFiles): Deleted. 12 (WTF::FileSystemImpl::isSafeToUseMemoryMapForPath): Deleted. 13 (WTF::FileSystemImpl::makeSafeToUseMemoryMapForPath): Deleted. 14 15 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278321 268f45cc-cd09-0410-ab3c-d52691b4dbfc 16 17 2021-06-01 Chris Dumez <cdumez@apple.com> 18 19 Unreviewed build fix after r277881. 20 21 Silence unused parameter warnings. 22 23 * wtf/cocoa/FileSystemCocoa.mm: 24 (WTF::FileSystemImpl::setAllowsMaterializingDatalessFiles): 25 (WTF::FileSystemImpl::allowsMaterializingDatalessFiles): Deleted. 26 (WTF::FileSystemImpl::isSafeToUseMemoryMapForPath): Deleted. 27 (WTF::FileSystemImpl::makeSafeToUseMemoryMapForPath): Deleted. 28 1 29 2021-05-28 Russell Epstein <repstein@apple.com> 2 30 -
branches/safari-611.3.6.1-branch/Source/WTF/wtf/cocoa/FileSystemCocoa.mm
r278215 r278324 204 204 return true; 205 205 #else 206 UNUSED_PARAM(allow); 207 UNUSED_PARAM(scope); 206 208 return false; 207 209 #endif … … 219 221 return WTF::nullopt; 220 222 #else 223 UNUSED_PARAM(scope); 221 224 return WTF::nullopt; 222 225 #endif
Note:
See TracChangeset
for help on using the changeset viewer.