Skip to content

src: remove redefinition of DCHECK_LT

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/redefine into master

As of 71bc7e1c, the DCHECK_LT macro is defined unconditionally in util.h, making the definition in inspector/node_string.h generate a compiler warning. This commit removes the redefinition.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading