diff options
| author | selsta <selsta@sent.at> | 2022-05-17 00:33:10 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2022-05-17 00:33:10 +0200 |
| commit | 1164874afc29212155de615531266c91cfdb7e4e (patch) | |
| tree | d99c8c87ade3e4fc41b28e22da0440247dd85b09 /src/cryptonote_basic/account.h | |
| parent | 6e60919e6d3645b51b62246d308e2283bd832128 (diff) | |
| download | monzero-core-1164874afc29212155de615531266c91cfdb7e4e.tar.gz monzero-core-1164874afc29212155de615531266c91cfdb7e4e.tar.xz monzero-core-1164874afc29212155de615531266c91cfdb7e4e.zip | |
src, epee: fix a couple compiler warnings
Diffstat (limited to 'src/cryptonote_basic/account.h')
| -rw-r--r-- | src/cryptonote_basic/account.h | 2 |
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); |
