mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 21:50:40 +00:00
Remove a debugging assert.
Sorry for the noise, I have no idea how it survived to the final version. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224414 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5128bc1e74
commit
650708838d
@ -51,7 +51,6 @@ using namespace llvm;
|
||||
|
||||
#if defined(__linux__)
|
||||
static ssize_t LLVM_ATTRIBUTE_UNUSED readCpuInfo(void *Buf, size_t Size) {
|
||||
assert(0);
|
||||
// Note: We cannot mmap /proc/cpuinfo here and then process the resulting
|
||||
// memory buffer because the 'file' has 0 size (it can be read from only
|
||||
// as a stream).
|
||||
|
Loading…
Reference in New Issue
Block a user