Jim Meyering 9283c7afd2 build: remove always-true assertions
Summary:
Remove some always-true assertions.
They provoke these compilation failures:

  table/plain_table_key_coding.cc:279:20: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
  db/version_set.cc:336:15: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]

* table/plain_table_key_coding.cc (rocksdb): Remove assertion that
unsigned type variable is >= 0.
* db/version_set.cc (DoGenerateLevelFilesBrief): Likewise.

Test Plan:
  Run "make EXTRA_CXXFLAGS='-W -Wextra'" and see fewer errors.

Reviewers: ljin, sdong, igor.sugak, igor

Reviewed By: igor

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D33747
2015-02-20 11:07:03 -08:00
..
2014-09-04 09:10:13 +08:00
2014-10-31 11:59:54 -07:00
2014-04-09 21:17:14 -07:00
2014-11-06 11:14:28 -08:00
2014-11-14 11:35:48 -08:00
2014-11-14 11:35:48 -08:00
2014-09-06 23:21:26 +08:00
2014-02-03 00:30:43 -08:00
2014-10-31 11:59:54 -07:00