Remove obsolete DEBUG and NDEBUG macro dance.
authormstarzinger <mstarzinger@chromium.org>
Fri, 4 Sep 2015 14:24:02 +0000 (07:24 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 4 Sep 2015 14:24:19 +0000 (14:24 +0000)
commitfe8cfe190e629d106b7a0db6f4f0f1730572dac9
tree3707e9f57bf1b45e2e5197bb5ad5efde99b95c63
parentaf6736779875a88f305cb86843705a3b47eb1373
Remove obsolete DEBUG and NDEBUG macro dance.

The original intention of this seemed to have been to enable DEBUG when
NDEBUG was not defined within Google3. Everything since then was just
added to avoid the "#error" below checking for consistency from firing.
Semantics have also shifted along the way. I vote for dropping this.

R=ulan@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#30591}
src/v8.h