removed outdated todo

This commit is contained in:
specCon18 2025-03-19 01:40:25 -04:00
parent 939a5d8741
commit 738a2ef32f

View file

@ -97,8 +97,6 @@ func extractTask(line string) string {
return strings.TrimSpace(trimmedLine) // Return the task without priority
}
//TODO: P:0 add support for TODO's not at start of line
//TODO: P:0 add multiline support /* */
// Function to extract comment from a line that might have code before the comment
func extractCommentFromLine(path, p string, ln int, line string) (Comment, error) {
// Use a regular expression to look for a TODO comment anywhere in the line