mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
Remove dead code. NFC.
This interface was added 2 years ago but users never developed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223368 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -550,7 +550,7 @@ const char *mapped_file_region::const_data() const {
|
||||
}
|
||||
|
||||
int mapped_file_region::alignment() {
|
||||
return process::get_self()->page_size();
|
||||
return Process::getPageSize();
|
||||
}
|
||||
|
||||
std::error_code detail::directory_iterator_construct(detail::DirIterState &it,
|
||||
|
Reference in New Issue
Block a user