Remove logically unreachable code

We can only get into this scope if 'updateUid' is true, and we
don't change its value since our previous check.  So we simplify
this case and make it clearer what's going to happen by removing
the second 'updateUid' check and the 'else' logic.

Test: TreeHugger
Change-Id: Iaa2e27510b9c31b06a490268d354d965d9566cc6
1 file changed
tree: e6d7bb3fc426b9848ef341df29e2665f3a79b428
  1. liblog/
  2. logcat/
  3. logd/
  4. logwrapper/