From d73d22282bc565474ecbf47bd0d6c7b0b56462d0 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 30 Mar 2023 19:54:19 -0400 Subject: [PATCH] Some code cleanup --- project/{bloat.hpp => Bloat.hpp} | 0 project/refactor.cpp | 2 -- 2 files changed, 2 deletions(-) rename project/{bloat.hpp => Bloat.hpp} (100%) diff --git a/project/bloat.hpp b/project/Bloat.hpp similarity index 100% rename from project/bloat.hpp rename to project/Bloat.hpp diff --git a/project/refactor.cpp b/project/refactor.cpp index b9ea403..b7e9edf 100644 --- a/project/refactor.cpp +++ b/project/refactor.cpp @@ -50,8 +50,6 @@ void parse_options( int num, char** arguments ) zpl_array_init_reserve( IO::Destinations, g_allocator, 1 ); } - zpl_printf("NUM IS: %d", num); - if ( zpl_opts_has_arg( & opts, "src" ) ) { zpl_string opt = zpl_opts_string( & opts, "src", "INVALID SRC ARGUMENT" );