Remove trivially-true DEBUG_CHECKs in safe_sprintf.cc

There are some DEBUG_CHECKs here verifying that a size_t is >= 0. Since a size_t is unsigned, these are trivially true and with the default warning settings for CrOS builds, the warning generated here will cause a build failure.

BUG=424334
TEST=ensure existing builds pass

Review URL: https://codereview.chromium.org/642263006

Cr-Commit-Position: refs/heads/master@{#300025}


CrOS-Libchrome-Original-Commit: 0adaa53ff018efd21bc30b37decf98a3df5d884e
1 file changed
tree: 47f55e1467da6ea15e0915e460e5ae0c050f2137
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/