aboutsummaryrefslogtreecommitdiff
path: root/src/device/device_ledger.hpp
diff options
context:
space:
mode:
authorJeffrey Ryan <jeffreyryan@tutanota.com>2022-05-28 13:09:07 -0500
committerJeffrey Ryan <jeffreyryan@tutanota.com>2022-07-11 20:32:03 -0500
commit4d7f6f5cd51c0c02ab00c4f652015331e69ea1e0 (patch)
treec4c7f346f087d40e7b04a3aec615c97a2dde3761 /src/device/device_ledger.hpp
parentMerge pull request #8340 (diff)
downloadmonero-4d7f6f5cd51c0c02ab00c4f652015331e69ea1e0.tar.xz
GCC: fix some unused warnings
hash_extra: don't test for success in `jh_hash` and `skein_hash` since its guaranteed device_ledger: move anonymous global variable apdu_verbose into .cpp file Add comments to `refreshed` method variable in wallet2
Diffstat (limited to 'src/device/device_ledger.hpp')
-rw-r--r--src/device/device_ledger.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/device/device_ledger.hpp b/src/device/device_ledger.hpp
index 074bfaa8d..ce0820927 100644
--- a/src/device/device_ledger.hpp
+++ b/src/device/device_ledger.hpp
@@ -87,10 +87,6 @@ namespace hw {
#define SW_PROTOCOL_NOT_SUPPORTED 0x6e00
#define SW_UNKNOWN 0x6f00
- namespace {
- bool apdu_verbose =true;
- }
-
void set_apdu_verbose(bool verbose);
class ABPkeys {