aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZachary Michaels <mikezackles@gmail.com>2014-06-30 15:26:29 -0400
committerZachary Michaels <mikezackles@gmail.com>2014-07-01 14:57:26 -0400
commit28af03208bc38eeaa3e903e336412d221571bb92 (patch)
tree8bf8292439fee300f3b8f4856068df81d832c810 /src
parentC++ style cast (diff)
downloadmonero-28af03208bc38eeaa3e903e336412d221571bb92.tar.xz
Remove redeclaration
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_core/cryptonote_format_utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_format_utils.h b/src/cryptonote_core/cryptonote_format_utils.h
index 138fb5224..81d804298 100644
--- a/src/cryptonote_core/cryptonote_format_utils.h
+++ b/src/cryptonote_core/cryptonote_format_utils.h
@@ -85,7 +85,6 @@ namespace cryptonote
uint64_t get_outs_money_amount(const transaction& tx);
bool check_inputs_types_supported(const transaction& tx);
bool check_outs_valid(const transaction& tx);
- blobdata get_block_hashing_blob(const block& b);
bool parse_amount(uint64_t& amount, const std::string& str_amount);
bool check_money_overflow(const transaction& tx);