Remove unreachable code in Daemon.createSshInjector

createSshInjector is only invoked when this.sshd is true. Therefore,
the else branch is never used.

The usage of the NoSshModule is handled in the createWebInjector method.

Change-Id: Icc8e20d882387966f35cc5062483229f135bdc57
1 file changed