commit | eb6527763171cdb4b0fbfea5a20d691f4d67b660 | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Tue May 19 14:48:00 2015 -0700 |
committer | Tom Sepez <tsepez@chromium.org> | Tue May 19 14:48:00 2015 -0700 |
tree | 7781d0fb716b95696b9f411037508244f4cfc28a | |
parent | 59f4b44d1fbb259967ea518e0bf5fa76b0cc9767 [diff] |
Remove FX_Alloc() null checks now that it can't return NULL. This permits some functions to become void's since they, in turn, can't fail. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1142713005