Browse Source

Remove now-unused variable

Luke Dashjr 11 years ago
parent
commit
91683445d8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      miner.c

+ 0 - 1
miner.c

@@ -4790,7 +4790,6 @@ out:
 }
 }
 
 
 static double DIFFEXACTONE = 26959946667150639794667015087019630673637144422540572481103610249215.0;
 static double DIFFEXACTONE = 26959946667150639794667015087019630673637144422540572481103610249215.0;
-static const uint64_t diffone = 0xFFFF000000000000ull;
 
 
 static double target_diff(const unsigned char *target)
 static double target_diff(const unsigned char *target)
 {
 {