We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f0101 commit f40c2cbCopy full SHA for f40c2cb
py/mpstate.h
@@ -3,7 +3,7 @@
3
*
4
* The MIT License (MIT)
5
6
- * SPDX-FileCopyrightText: Copyright (c) 2014 Damien P. George
+ * Copyright (c) 2014 Damien P. George
7
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
* of this software and associated documentation files (the "Software"), to deal
@@ -146,9 +146,6 @@ typedef struct _mp_state_mem_t {
146
// This is a global mutex used to make the GC thread-safe.
147
mp_thread_mutex_t gc_mutex;
148
#endif
149
-
150
- // CIRCUITPY-CHANGE
151
- void **permanent_pointers;
152
} mp_state_mem_t;
153
154
// This structure hold runtime and VM information. It includes a section
0 commit comments