OnStartStop: Remove unused config member variable

The config is not actually used. It's only injected in the OnStartStop
lifecycle listener so that the config is loaded at startup rather than
when it's first needed.

Remove the unused member variable and its initialisation in the class's
constructor, suppress the 'unused' warning on the constructor argument,
and expand the comment in the constructor to explain why the config is
unused.

Change-Id: I24cf032d1183ae46294670605dffb87211f6aca9
1 file changed
tree: 563dd4eb293350088a1d0a28dd87ebb9aa7f6830
  1. src/
  2. BUCK
  3. LICENSE