Remove unused comments

This commit is contained in:
luca0N! 2023-12-01 06:52:12 -03:00
parent 83ec72e80c
commit bc843ffd4a
Signed by: luca0N
GPG Key ID: 5978D960572B449E
1 changed files with 1 additions and 3 deletions

View File

@ -33,9 +33,7 @@ void parse_config(SwgContext *ctx, std::string const &path) {
ConfigNamespace ns; ConfigNamespace ns;
int blogCount = 0; int blogCount = 0;
Blog *currentBlog = NULL; // (Blog*) malloc(sizeof(Blog)); Blog *currentBlog = NULL;
// currentBlog->name = "asd";
std::ifstream cfg_stream(path); std::ifstream cfg_stream(path);
// Parse configuration file // Parse configuration file