style: clean up

This commit is contained in:
3lswear
2022-02-27 20:23:08 +03:00
parent b0b5df2b38
commit f31ef131c1
4 changed files with 0 additions and 101 deletions

View File

@@ -117,17 +117,6 @@ namespace config
};
};
/* struct s_token Tokenizer::getKey(void) */
/* { */
/* char c; */
/* struct s_token token; */
/* if (file.eof()) */
/* { */
/* std::cout << "Tokens exhausted" << std::endl; */
/* } */
/* } */
}
#endif