diff options
Diffstat (limited to 'src/interp/msg.boot')
-rw-r--r-- | src/interp/msg.boot | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/msg.boot b/src/interp/msg.boot index 0befa79c..519f2562 100644 --- a/src/interp/msg.boot +++ b/src/interp/msg.boot @@ -85,9 +85,6 @@ ncBug (erMsgKey, erArgL,:optAttr) == $newcompErrorCount := $newcompErrorCount + 1 erMsg := processKeyedError _ msgCreate('bug,$nopos, erMsgKey, erArgL,$compBugPrefix,optAttr) - -- The next line is to try to deal with some reported cases of unwanted - -- backtraces appearing, MCD. - ENABLE_-BACKTRACE(nil) BREAK() ncAbort() |