Remove a debugging assert.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 17 Dec 2014 03:38:04 +0000 (03:38 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 17 Dec 2014 03:38:04 +0000 (03:38 +0000)
Sorry for the noise, I have no idea how it survived to the final version.

llvm-svn: 224414

llvm/lib/Support/Host.cpp

index 6b93213..2abbc14 100644 (file)
@@ -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).