summarylogtreecommitdiffstats
path: root/boost.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boost.patch')
-rw-r--r--boost.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/boost.patch b/boost.patch
deleted file mode 100644
index d579ea22e380..000000000000
--- a/boost.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- masari-0.3.0.0/src/cryptonote_basic/miner.cpp
-+++ masari-0.3.0.0/src/cryptonote_basic/miner.cpp
-@@ -630,7 +630,7 @@
- boost::tribool battery_powered(on_battery_power());
- if(!indeterminate( battery_powered ))
- {
-- on_ac_power = !battery_powered;
-+ on_ac_power = !(bool)battery_powered;
- }
- }