home · contact · privacy
Minor code beautifications.
[plomrogue] / src / client / parse.c
index 2767c46b55e8d9d5b0856cfd5c320731a0e63128..4f47aaa23951a24e268eee988f7b74a564281231 100644 (file)
@@ -39,7 +39,6 @@ extern void parse_file(char * path, void (* token_to_entry) (char *, char *))
     while (try_fgets(errline_line, linemax + 1, file, f_name))
     {
         err_line_inc();
-        // err_line(UINT32_MAX == err_line_count, "Line reaches max lines limit.");
         char * line_copy = strdup(errline_line);
         token0 = token_from_line(line_copy);
         if (token0)