Remove unused comments
This commit is contained in:
parent
83ec72e80c
commit
bc843ffd4a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue