HomeFreeBSD

MFstable/10 r299022:

Description

MFstable/10 r299022:

MFC r298450:

Simplify always evaluated branch (e != NULL)

  • xalloc(..) ensures that e will be non-null via malloc + err.
  • e is already dereferenced above, so logically it's impossible to hit the lower test without crashing if it was indeed NULL.

CID: 1007408

Details

Provenance
ngieAuthored on
Parents
rS299022: MFC r298450:
Branches
Unknown
Tags
Unknown