From d75e123e35087c565f3df632dd6a3544cda799dc Mon Sep 17 00:00:00 2001 From: BotoX Date: Fri, 27 Sep 2019 13:17:30 +0200 Subject: [PATCH] fix warning caused by compiler update --- src/zr/roundend.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/zr/roundend.inc b/src/zr/roundend.inc index 8841972..30ce31d 100644 --- a/src/zr/roundend.inc +++ b/src/zr/roundend.inc @@ -302,9 +302,6 @@ RoundEndOutcome:RoundEndReasonToOutcome(reason) return Draw; } } - - // Return draw to satisfy compiler. (code will never reach this point.) - return Draw; } /**