From 24eac1304d9b53b4abb2535a379c5a2506e56615 Mon Sep 17 00:00:00 2001 From: AlternateWalls <71268229+AlternateWalls@users.noreply.github.com> Date: Sun, 10 Oct 2021 10:46:47 -0400 Subject: [PATCH] Update others/easter.cpp Co-authored-by: David Leal --- others/easter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/others/easter.cpp b/others/easter.cpp index 530082f5c..f154566f2 100644 --- a/others/easter.cpp +++ b/others/easter.cpp @@ -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