From 8342e60547a2b3cdec8d6efddf27e3d206a77cbe Mon Sep 17 00:00:00 2001 From: user Date: Tue, 8 Jul 2025 19:59:31 -0400 Subject: [PATCH] cleanup --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index aadd1f1..a85007f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,8 +1,6 @@ -// main.cpp #include "Aquarium.h" int main() { - // Get the singleton instance Aquarium &aquarium = Aquarium::getInstance(); #ifdef __OpenBSD__