Withdraw explicit "Default" option for exception handling

This commit is contained in:
Guy Davidson 2017-10-17 16:24:00 +01:00
parent 270cbc0365
commit c80ea34fb4

View File

@ -1477,8 +1477,6 @@
m.element("ExceptionHandling", condition, "Async")
elseif cfg.exceptionhandling == "On" then
m.element("ExceptionHandling", condition, "Sync")
elseif cfg.exceptionhandling == "Default" then
m.element("ExceptionHandling", condition, "Sync")
elseif cfg.exceptionhandling == "CThrow" then
m.element("ExceptionHandling", condition, "SyncCThrow")
end