Skip to content

Commit f40c2cb

Browse files
committed
py/mpstate.h: remove permanent_pointers (unused)
1 parent 50f0101 commit f40c2cb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

py/mpstate.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The MIT License (MIT)
55
*
6-
* SPDX-FileCopyrightText: Copyright (c) 2014 Damien P. George
6+
* Copyright (c) 2014 Damien P. George
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy
99
* of this software and associated documentation files (the "Software"), to deal
@@ -146,9 +146,6 @@ typedef struct _mp_state_mem_t {
146146
// This is a global mutex used to make the GC thread-safe.
147147
mp_thread_mutex_t gc_mutex;
148148
#endif
149-
150-
// CIRCUITPY-CHANGE
151-
void **permanent_pointers;
152149
} mp_state_mem_t;
153150

154151
// This structure hold runtime and VM information. It includes a section

0 commit comments

Comments
 (0)