aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-05-26 21:25:06 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-05-26 21:25:06 -0500
commite8252ef99bb4138e4afcac314a191e7fdf8d8553 (patch)
treeb452a60b7ec89fe38f4d0f5d1489544b5a99bb62 /src/cryptonote_basic
parent1ff2b02064e19a0ba4eb003e788f1e1b5158938d (diff)
parent1164874afc29212155de615531266c91cfdb7e4e (diff)
downloadmonzero-core-e8252ef99bb4138e4afcac314a191e7fdf8d8553.tar.gz
monzero-core-e8252ef99bb4138e4afcac314a191e7fdf8d8553.tar.xz
monzero-core-e8252ef99bb4138e4afcac314a191e7fdf8d8553.zip
Merge pull request #8337
1164874 src, epee: fix a couple compiler warnings (selsta)
Diffstat (limited to 'src/cryptonote_basic')
-rw-r--r--src/cryptonote_basic/account.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cryptonote_basic/account.h b/src/cryptonote_basic/account.h
index 6e887db6d..2ee9545d4 100644
--- a/src/cryptonote_basic/account.h
+++ b/src/cryptonote_basic/account.h
@@ -55,8 +55,6 @@ namespace cryptonote
KV_SERIALIZE_VAL_POD_AS_BLOB_OPT(m_encryption_iv, default_iv)
END_KV_SERIALIZE_MAP()
- account_keys& operator=(account_keys const&) = default;
-
void encrypt(const crypto::chacha_key &key);
void decrypt(const crypto::chacha_key &key);
void encrypt_viewkey(const crypto::chacha_key &key);