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;
|
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
|
||||||
|
|
Loading…
Reference in New Issue