Skip to content

Commit 7139590

Browse files
authored
Merge pull request #164 from mysterywolf/master
删除没有用到的局部变量
2 parents 04c0e9e + 6466759 commit 7139590

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

port/modules/modrtthread.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_0(mod_stacks_analyze_obj, mod_stacks_analyze);
6565
STATIC mp_obj_t mod_list_device(void) {
6666
struct rt_device *device;
6767
struct rt_list_node *node;
68-
rt_ubase_t level;
6968

7069
struct rt_object_information *info = rt_object_get_information(RT_Object_Class_Device);
7170
struct rt_list_node *list = &info->object_list;

0 commit comments

Comments
 (0)