From bc843ffd4a208fd2f482435c6e909eaaaab7336d Mon Sep 17 00:00:00 2001 From: luca0N! Date: Fri, 1 Dec 2023 06:52:12 -0300 Subject: [PATCH] Remove unused comments --- src/ConfigUtils.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ConfigUtils.cxx b/src/ConfigUtils.cxx index d746ab6..fa616b1 100644 --- a/src/ConfigUtils.cxx +++ b/src/ConfigUtils.cxx @@ -33,9 +33,7 @@ void parse_config(SwgContext *ctx, std::string const &path) { ConfigNamespace ns; int blogCount = 0; - Blog *currentBlog = NULL; // (Blog*) malloc(sizeof(Blog)); - - // currentBlog->name = "asd"; + Blog *currentBlog = NULL; std::ifstream cfg_stream(path); // Parse configuration file