[risc-v][libcpu] 删去无用局部变量 (#7634)

This commit is contained in:
Liu,Yuan 2023-06-08 05:04:12 +08:00 committed by GitHub
parent 22972409d4
commit 1d8165851b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ rt_weak rt_isr_handler_t rt_hw_interrupt_install(int vector, rt_isr_handler_t ha
{
rt_isr_handler_t old_handler = RT_NULL;
void *user_param = param;
char *user_name = name;
if(vector < ISR_NUMBER)
{