phosphor-host-postd: Cleanup CodeChecker Errors

Removed the following error messages:
bugprone-unused-raii
  - object destroyed immediately after creation; did you mean to name
  the object
clang-diagnostic-defaulted-function-deleted
  - explicitly defaulted move assignment operator is implicitly deleted
clang-diagnostic-unused-private-field
  - private field 'bus' is not used

Change-Id: I493da3433db50396354b6b9a43c452becba91790
Signed-off-by: Willy Tu <wltu@google.com>
2 files changed