Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
AlternateWalls
2021-10-10 10:46:47 -04:00
committed by GitHub
parent 3f9be3a99b
commit 24eac1304d

View File

@@ -44,7 +44,6 @@ class EasterYearMonthDay {
* @returns An instance of the easterYearMonthDay calss that contains the
* information (Ex. 420 - 4/20 or April 20th)
*/
EasterYearMonthDay findEaster(int y) {
if (y > 1582) {
int a = y % 19; // Year's location on Metonic Calendar