summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--executor.cpp1
-rw-r--r--xmr-stak-cpu.cbp1
2 files changed, 0 insertions, 2 deletions
diff --git a/executor.cpp b/executor.cpp
index 61c58ef..016ac57 100644
--- a/executor.cpp
+++ b/executor.cpp
@@ -545,7 +545,6 @@ void executor::result_report(std::string& out)
if(iTotalRes == 0)
{
out.append("You haven't found any results yet.\n");
- fputs(out.c_str(), stdout);
return;
}
diff --git a/xmr-stak-cpu.cbp b/xmr-stak-cpu.cbp
index 32a55d6..27a0313 100644
--- a/xmr-stak-cpu.cbp
+++ b/xmr-stak-cpu.cbp
@@ -58,7 +58,6 @@
<Linker>
<Add option="-s" />
<Add option="-m64" />
- <Add library="pthread" />
</Linker>
</Target>
</Build>
OpenPOWER on IntegriCloud