removed outdated todo
This commit is contained in:
parent
939a5d8741
commit
738a2ef32f
1 changed files with 0 additions and 2 deletions
|
|
@ -97,8 +97,6 @@ func extractTask(line string) string {
|
||||||
return strings.TrimSpace(trimmedLine) // Return the task without priority
|
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
|
// 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) {
|
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
|
// Use a regular expression to look for a TODO comment anywhere in the line
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue