aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h
index cfbf30c6a4..cbd311574a 100644
--- a/src/util.h
+++ b/src/util.h
@@ -34,9 +34,6 @@
class uint256;
-static const int64_t COIN = 100000000;
-static const int64_t CENT = 1000000;
-
#define BEGIN(a) ((char*)&(a))
#define END(a) ((char*)&((&(a))[1]))
#define UBEGIN(a) ((unsigned char*)&(a))