You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/31 14:47:45 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #7425: Optimize noteram speed, copy all data at once

xiaoxiang781216 commented on code in PR #7425:
URL: https://github.com/apache/incubator-nuttx/pull/7425#discussion_r1009507063


##########
drivers/note/noteram_driver.c:
##########
@@ -195,43 +195,6 @@ static void noteram_record_taskname(pid_t pid, const char *name)
 }
 #endif
 
-/****************************************************************************
- * Name: noteram_remove_taskname
- *
- * Description:
- *   Remove the task name info corresponding to the specified PID
- *
- * Input Parameters:
- *   PID - Task ID
- *
- * Returned Value:
- *   None
- *
- ****************************************************************************/
-
-#if CONFIG_DRIVER_NOTERAM_TASKNAME_BUFSIZE > 0
-static void noteram_remove_taskname(pid_t pid)

Review Comment:
   let's move the task name change to the new patch



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org