From 3099893da146aad20f8ac26056a651f9cee4eae2 Mon Sep 17 00:00:00 2001 From: Stedd Date: Sun, 1 Dec 2024 17:57:55 +0100 Subject: [PATCH] removed unused line --- days/day01.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/days/day01.cpp b/days/day01.cpp index 650da11..b509195 100644 --- a/days/day01.cpp +++ b/days/day01.cpp @@ -134,7 +134,6 @@ void day01::Calculate() return; } - std::string line; int num1, num2; while (input >> num1 >> num2) {