Remove ?else macro
This commit is contained in:
parent
2072b49220
commit
9d0fb6d895
1 changed files with 1 additions and 2 deletions
|
@ -162,7 +162,6 @@
|
|||
|
||||
-define(DETERMINE_TZ, determine_timezone()).
|
||||
-define(DEFAULT_DISAMBIG, prefer_standard).
|
||||
-define(else, true).
|
||||
|
||||
|
||||
start() ->
|
||||
|
@ -1088,7 +1087,7 @@ date_tz_to_tz_both(Date, FromTZ, ToTZ) ->
|
|||
if
|
||||
Standard=:=Daylight ->
|
||||
Standard;
|
||||
?else ->
|
||||
true ->
|
||||
{ambiguous, Standard, Daylight}
|
||||
end.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue