summaryrefslogtreecommitdiff
path: root/biology/bowtie/files/patch-processor__support.h
diff options
context:
space:
mode:
Diffstat (limited to 'biology/bowtie/files/patch-processor__support.h')
-rw-r--r--biology/bowtie/files/patch-processor__support.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/biology/bowtie/files/patch-processor__support.h b/biology/bowtie/files/patch-processor__support.h
deleted file mode 100644
index bbfecedb7a3b..000000000000
--- a/biology/bowtie/files/patch-processor__support.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- processor_support.h.orig 2020-07-04 10:42:26 UTC
-+++ processor_support.h
-@@ -49,7 +49,7 @@ class ProcessorSupport { (public)
- #elif defined(USING_GCC_COMPILER)
- __get_cpuid(0x1, &regs.EAX, &regs.EBX, &regs.ECX, &regs.EDX);
- #else
-- std::cerr << “ERROR: please define __cpuid() for this build.\n”;
-+ std::cerr << "ERROR: please define __cpuid() for this build.\n";
- assert(0);
- #endif
- if( !( (regs.ECX & BIT(20)) && (regs.ECX & BIT(23)) ) ) return false;