diff options
author | iphydf <iphydf@users.noreply.github.com> | 2016-09-22 13:13:29 +0100 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2016-09-24 20:52:09 +0100 |
commit | 0d347c2b2e69aa09b079f6daaa00007fef4fe52f (patch) | |
tree | b5a7be0fa38218268fa08e2adf4c174be2349137 /other/bootstrap_daemon/src/config.c | |
parent | b588e0fdd307632eaa027db31aa8c11a14c99cef (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 'other/bootstrap_daemon/src/config.c')
0 files changed, 0 insertions, 0 deletions