mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +00:00
Go ahead and get rid of the old page size interface and convert all the
users over to the new one. No sense maintaining this "compatibility" layer it seems. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -55,14 +55,6 @@ self_process::~self_process() {
|
||||
#endif
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Implementations of legacy functions in terms of the new self_process object.
|
||||
|
||||
unsigned Process::GetPageSize() {
|
||||
return process::get_self()->page_size();
|
||||
}
|
||||
|
||||
|
||||
// Include the platform-specific parts of this class.
|
||||
#ifdef LLVM_ON_UNIX
|
||||
#include "Unix/Process.inc"
|
||||
|
Reference in New Issue
Block a user