| Index: src/js/macros.py
|
| diff --git a/src/js/macros.py b/src/js/macros.py
|
| index a4c7f5329373d5fb8f3bfd388a3e667bfc768841..5efb6b4b84397b99c73787fbeb03371d97bbc37a 100644
|
| --- a/src/js/macros.py
|
| +++ b/src/js/macros.py
|
| @@ -238,7 +238,6 @@ define NOT_FOUND = -1;
|
|
|
| # Check whether debug is active.
|
| define DEBUG_IS_ACTIVE = (%_DebugIsActive() != 0);
|
| -macro DEBUG_PREPARE_STEP_IN_IF_STEPPING(function) = if (%_DebugIsActive() != 0) %DebugPrepareStepInIfStepping(function);
|
|
|
| # SharedFlag equivalents
|
| define kNotShared = false;
|
|
|