summaryrefslogtreecommitdiff
path: root/auto_tests/dht_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-22 13:13:29 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-24 20:52:09 +0100
commit0d347c2b2e69aa09b079f6daaa00007fef4fe52f (patch)
treeb5a7be0fa38218268fa08e2adf4c174be2349137 /auto_tests/dht_test.c
parentb588e0fdd307632eaa027db31aa8c11a14c99cef (diff)
Minor cleanups: unused vars, unreachable code, static globals.
- All global variables should be static unless they have an explicit extern declaration in a header file. - `to_compare` was not used in encryptsave and toxav tests. - `break` in switch cases is not required directly after `return`, `goto`, or a noreturn function like `abort`.
Diffstat (limited to 'auto_tests/dht_test.c')
0 files changed, 0 insertions, 0 deletions